We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 95ca697 + 7c2cb27 commit 768b5c2Copy full SHA for 768b5c2
app/build.gradle
@@ -7,7 +7,7 @@ android {
7
applicationId "com.dmitrybrant.modelviewer"
8
minSdk 21
9
targetSdk 35
10
- versionCode 22
+ versionCode 23
11
multiDexEnabled true
12
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
13
@@ -50,7 +50,7 @@ dependencies {
50
implementation 'androidx.activity:activity-ktx:1.9.3'
51
implementation 'androidx.fragment:fragment-ktx:1.8.5'
52
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
53
- implementation "io.reactivex.rxjava3:rxjava:3.1.9"
+ implementation "io.reactivex.rxjava3:rxjava:3.1.10"
54
implementation "io.reactivex.rxjava3:rxandroid:3.0.2"
55
56
testImplementation 'junit:junit:4.13.2'
0 commit comments