File tree 3 files changed +12
-13
lines changed
3 files changed +12
-13
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ buildscript {
6
6
}
7
7
dependencies {
8
8
classpath " com.android.tools.build:gradle:7.3.1"
9
- classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.7.0 "
9
+ classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.23 "
10
10
11
11
// NOTE: Do not place your application dependencies here; they belong
12
12
// in the individual module build.gradle files
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ apply plugin: 'kotlin-parcelize'
5
5
apply from : " ${ rootDir.path} /gradle/publish.gradle"
6
6
7
7
android {
8
- compileSdk 33
8
+ compileSdk 34
9
9
namespace " com.absinthe.lc.rulesbundle"
10
10
11
11
defaultConfig {
@@ -24,24 +24,21 @@ android {
24
24
}
25
25
26
26
compileOptions {
27
- sourceCompatibility JavaVersion . VERSION_11
28
- targetCompatibility JavaVersion . VERSION_11
27
+ sourceCompatibility JavaVersion . VERSION_17
28
+ targetCompatibility JavaVersion . VERSION_17
29
29
}
30
30
31
31
kotlinOptions {
32
- jvmTarget = ' 11'
33
- freeCompilerArgs = [
34
- // '-Xuse-k2'
35
- ]
32
+ jvmTarget = ' 17'
36
33
}
37
34
}
38
35
39
36
dependencies {
40
- implementation ' androidx.appcompat:appcompat:1.5.0 '
41
- implementation ' androidx.core:core-ktx:1.9 .0'
42
- implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4 '
37
+ implementation ' androidx.appcompat:appcompat:1.6.1 '
38
+ implementation ' androidx.core:core-ktx:1.12 .0'
39
+ implementation ' org.jetbrains.kotlinx:kotlinx-coroutines-android:1.8.0 '
43
40
44
- implementation ' androidx.room:room-runtime:2.5.0 '
45
- implementation ' androidx.room:room-ktx:2.5.0 '
41
+ implementation ' androidx.room:room-runtime:2.6.1 '
42
+ implementation ' androidx.room:room-ktx:2.6.1 '
46
43
compileOnly ' javax.annotation:javax.annotation-api:1.3.2'
47
44
}
You can’t perform that action at this time.
0 commit comments