Skip to content

Commit ae40c04

Browse files
author
Alex
committed
bump deps versions
1 parent 43b3da8 commit ae40c04

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.gradle

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
buildscript {
44
ext {
55
min_sdk_version = 17
6-
sdk_version = 31
6+
sdk_version = 33
77

8-
kotlin_version = '1.7.21'
9-
rxjava_version = '3.1.2'
10-
rxandroid_version = '3.0.0'
8+
kotlin_version = '1.8.0'
9+
rxjava_version = '3.1.5'
10+
rxandroid_version = '3.0.2'
1111
archx_version = '2.2.0'
12-
appcompatx_version = '1.4.2'
13-
material_version = '1.6.1'
14-
androidx_core = '1.8.0'
12+
appcompatx_version = '1.6.0'
13+
material_version = '1.8.0'
14+
androidx_core = '1.9.0'
1515
}
1616
repositories {
1717
google()

reactiveviewmodel/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ afterEvaluate {
4545
release(MavenPublication) {
4646
from components.release
4747
groupId = 'com.alexdeww.reactiveviewmodel'
48-
version = '3.0.1'
48+
version = '3.0.2'
4949
}
5050
}
5151
}

0 commit comments

Comments
 (0)