We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d543927 commit c8cbac5Copy full SHA for c8cbac5
build.gradle
@@ -5,11 +5,11 @@ buildscript {
5
min_sdk_version = 17
6
sdk_version = 30
7
8
- kotlin_version = '1.5.30'
9
- rxjava_version = '3.1.0'
+ kotlin_version = '1.6.0'
+ rxjava_version = '3.1.2'
10
rxandroid_version = '3.0.0'
11
archx_version = '2.2.0'
12
- appcompatx_version = '1.3.1'
+ appcompatx_version = '1.4.0'
13
material_version = '1.4.0'
14
}
15
repositories {
reactiveviewmodel/build.gradle
@@ -43,7 +43,7 @@ afterEvaluate {
43
release(MavenPublication) {
44
from components.release
45
groupId = 'com.alexdeww.reactiveviewmodel'
46
- version = '2.3.5'
+ version = '2.3.6'
47
48
49
0 commit comments