@@ -7,8 +7,8 @@ android {
77 applicationId " org.nitri.opentopo"
88 minSdkVersion 19
99 targetSdkVersion 28
10- versionCode 23
11- versionName " 1.11"
10+ versionCode 24
11+ versionName " 1.11.1 "
1212 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1313 vectorDrawables. useSupportLibrary = true
1414 }
@@ -30,16 +30,16 @@ android {
3030dependencies {
3131 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
3232 // noinspection GradleCompatible
33- implementation ' androidx.appcompat:appcompat:1.1 .0'
33+ implementation ' androidx.appcompat:appcompat:1.2 .0'
3434 implementation ' androidx.constraintlayout:constraintlayout:1.1.3'
3535 implementation ' androidx.recyclerview:recyclerview:1.2.0-alpha03'
36- implementation ' com.google.android.material:material:1.1 .0'
36+ implementation ' com.google.android.material:material:1.2 .0'
3737 implementation ' org.osmdroid:osmdroid-android:6.0.3'
3838 implementation ' androidx.legacy:legacy-support-v4:1.0.0'
3939 implementation ' com.github.PhilJay:MPAndroidChart:v3.0.3'
4040 implementation ' com.squareup.retrofit2:retrofit:2.5.0'
4141 implementation ' com.squareup.retrofit2:converter-gson:2.2.0'
42- implementation ' com.google.code.gson:gson:2.8.5 '
42+ implementation ' com.google.code.gson:gson:2.8.6 '
4343 implementation ' androidx.lifecycle:lifecycle-extensions:2.2.0'
4444 implementation ' androidx.room:room-runtime:2.2.5'
4545 annotationProcessor ' androidx.room:room-compiler:2.2.5'
@@ -56,6 +56,6 @@ dependencies {
5656 exclude group : ' com.android.support' , module : ' exifinterface'
5757 }
5858 testImplementation ' junit:junit:4.12'
59- androidTestImplementation ' androidx.test:runner:1.3.0-rc01 '
60- androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0-rc01 '
59+ androidTestImplementation ' androidx.test:runner:1.3.0'
60+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.3.0'
6161}
0 commit comments