Skip to content

Commit 94f19e2

Browse files
committed
Update dependencies
1 parent 3b79577 commit 94f19e2

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

build.gradle

+19-19
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
buildscript {
3-
ext.kotlin_version = "1.5.31"
3+
ext.kotlin_version = "1.8.10"
44
repositories {
55
google()
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.0.4'
9+
classpath 'com.android.tools.build:gradle:7.4.1'
1010
// NOTE: Do not place your application dependencies here; they belong
1111
// in the individual module build.gradle files
1212
}
1313
}
1414

1515
plugins {
1616
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
1818
id 'com.stepango.aar2jar' version "0.6" apply false
1919
id 'com.stepango.androidjar' version "0.1"
2020
}
@@ -31,28 +31,28 @@ task clean(type: Delete) {
3131
}
3232

3333
ext {
34-
compileSdkVersion = 31
35-
buildToolsVersion = "31.0.0"
34+
compileSdkVersion = 33
35+
buildToolsVersion = "33.0.1"
3636
minSdkVersion = 14
37-
targetSdkVersion = 29
37+
targetSdkVersion = 33
3838

3939
versionName = "1.5.7"
4040

4141
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'
5151
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'
5656

5757
preDexEnabled = "true" != System.getenv("PRE_DEX_DISABLED")
5858

0 commit comments

Comments
 (0)