1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
buildscript {
3
- ext. kotlin_version = " 1.5.31 "
3
+ ext. kotlin_version = " 1.8.10 "
4
4
repositories {
5
5
google()
6
6
mavenCentral()
7
7
}
8
8
dependencies {
9
- classpath ' com.android.tools.build:gradle:7.0.4 '
9
+ classpath ' com.android.tools.build:gradle:7.4.1 '
10
10
// NOTE: Do not place your application dependencies here; they belong
11
11
// in the individual module build.gradle files
12
12
}
13
13
}
14
14
15
15
plugins {
16
16
id ' maven-publish'
17
- id ' org.jetbrains.kotlin.jvm' version ' 1.6.20 ' apply false
17
+ id ' org.jetbrains.kotlin.jvm' version ' 1.8.10 ' apply false
18
18
id ' com.stepango.aar2jar' version " 0.6" apply false
19
19
id ' com.stepango.androidjar' version " 0.1"
20
20
}
@@ -31,28 +31,28 @@ task clean(type: Delete) {
31
31
}
32
32
33
33
ext {
34
- compileSdkVersion = 31
35
- buildToolsVersion = " 31 .0.0 "
34
+ compileSdkVersion = 33
35
+ buildToolsVersion = " 33 .0.1 "
36
36
minSdkVersion = 14
37
- targetSdkVersion = 29
37
+ targetSdkVersion = 33
38
38
39
39
versionName = " 1.5.7"
40
40
41
41
dependencies = [:]
42
- dependencies. coreKtx = ' androidx.core:core-ktx:1.7 .0'
43
- dependencies. core = ' androidx.core:core:1.7 .0'
44
- dependencies. fragmentKtx = ' androidx.fragment:fragment-ktx:1.4.0 '
45
- dependencies. fragment = ' androidx.fragment:fragment:1.4.0 '
46
- dependencies. viewBinding = ' androidx.databinding:viewbinding:7.0.4 '
47
- dependencies. lifecycleCommonJava8 = ' androidx.lifecycle:lifecycle-common-java8:2.4.0 '
48
- dependencies. lifecycleCommon = ' androidx.lifecycle:lifecycle-common:2.4.0 '
49
- dependencies. lifecycleViewmodel = ' androidx.lifecycle:lifecycle-viewmodel:2.4.0 '
50
- dependencies. lifecycleRuntime = ' androidx.lifecycle:lifecycle-runtime:2.4.0 '
42
+ dependencies. coreKtx = ' androidx.core:core-ktx:1.9 .0'
43
+ dependencies. core = ' androidx.core:core:1.9 .0'
44
+ dependencies. fragmentKtx = ' androidx.fragment:fragment-ktx:1.5.5 '
45
+ dependencies. fragment = ' androidx.fragment:fragment:1.5.5 '
46
+ dependencies. viewBinding = ' androidx.databinding:viewbinding:7.4.1 '
47
+ dependencies. lifecycleCommonJava8 = ' androidx.lifecycle:lifecycle-common-java8:2.5.1 '
48
+ dependencies. lifecycleCommon = ' androidx.lifecycle:lifecycle-common:2.5.1 '
49
+ dependencies. lifecycleViewmodel = ' androidx.lifecycle:lifecycle-viewmodel:2.5.1 '
50
+ dependencies. lifecycleRuntime = ' androidx.lifecycle:lifecycle-runtime:2.5.1 '
51
51
dependencies. recyclerview = ' androidx.recyclerview:recyclerview:1.2.1'
52
- dependencies. annotations = ' androidx.annotation:annotation:1.3 .0'
53
- dependencies. savedstate = ' androidx.savedstate:savedstate:1.1 .0'
54
- dependencies. activity = ' androidx.activity:activity:1.4.0 '
55
- dependencies. appcompat = ' androidx.appcompat:appcompat:1.4.1 '
52
+ dependencies. annotations = ' androidx.annotation:annotation:1.5 .0'
53
+ dependencies. savedstate = ' androidx.savedstate:savedstate:1.2 .0'
54
+ dependencies. activity = ' androidx.activity:activity:1.6.1 '
55
+ dependencies. appcompat = ' androidx.appcompat:appcompat:1.6.0 '
56
56
57
57
preDexEnabled = " true" != System . getenv(" PRE_DEX_DISABLED" )
58
58
0 commit comments