Skip to content

Commit df3b655

Browse files
author
Alex
committed
update deps
1 parent 45c7a61 commit df3b655

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,19 @@ buildscript {
55
min_sdk_version = 17
66
sdk_version = 29
77

8-
kotlin_version = '1.4.21'
9-
rxjava_version = '3.0.6'
8+
kotlin_version = '1.4.32'
9+
rxjava_version = '3.0.12'
1010
rxandroid_version = '3.0.0'
1111
archx_version = '2.2.0'
1212
appcompatx_version = '1.2.0'
13-
material_version = '1.2.1'
13+
material_version = '1.3.0'
1414
}
1515
repositories {
1616
google()
1717
jcenter()
1818
}
1919
dependencies {
20-
classpath 'com.android.tools.build:gradle:4.1.1'
20+
classpath 'com.android.tools.build:gradle:4.1.3'
2121
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
2222
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
2323
// NOTE: Do not place your application dependencies here; they belong

0 commit comments

Comments
 (0)