Skip to content

Commit c8cbac5

Browse files
author
Alex
committed
up kotlin
1 parent d543927 commit c8cbac5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

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

8-
kotlin_version = '1.5.30'
9-
rxjava_version = '3.1.0'
8+
kotlin_version = '1.6.0'
9+
rxjava_version = '3.1.2'
1010
rxandroid_version = '3.0.0'
1111
archx_version = '2.2.0'
12-
appcompatx_version = '1.3.1'
12+
appcompatx_version = '1.4.0'
1313
material_version = '1.4.0'
1414
}
1515
repositories {

reactiveviewmodel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ afterEvaluate {
4343
release(MavenPublication) {
4444
from components.release
4545
groupId = 'com.alexdeww.reactiveviewmodel'
46-
version = '2.3.5'
46+
version = '2.3.6'
4747
}
4848
}
4949
}

0 commit comments

Comments
 (0)