Skip to content

Commit 57516c3

Browse files
committed
Update version
1 parent 8f46f0d commit 57516c3

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

app/build.gradle

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "org.nitri.opentopo"
88
minSdkVersion 19
99
targetSdkVersion 28
10-
versionCode 26
11-
versionName "1.11.5"
10+
versionCode 27
11+
versionName "1.11.6"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
vectorDrawables.useSupportLibrary = true
1414
}
@@ -30,19 +30,19 @@ android {
3030
dependencies {
3131
implementation fileTree(dir: 'libs', include: ['*.jar'])
3232
//noinspection GradleCompatible
33-
implementation 'androidx.appcompat:appcompat:1.2.0'
33+
implementation 'androidx.appcompat:appcompat:1.3.0'
3434
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
35-
implementation 'androidx.recyclerview:recyclerview:1.2.0-beta01'
36-
implementation 'com.google.android.material:material:1.2.1'
35+
implementation 'androidx.recyclerview:recyclerview:1.2.1'
36+
implementation 'com.google.android.material:material:1.4.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'
4242
implementation 'com.google.code.gson:gson:2.8.6'
4343
implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0'
44-
implementation 'androidx.room:room-runtime:2.2.6'
45-
annotationProcessor 'androidx.room:room-compiler:2.2.6'
44+
implementation 'androidx.room:room-runtime:2.3.0'
45+
annotationProcessor 'androidx.room:room-compiler:2.3.0'
4646
implementation 'net.danlew:android.joda:2.10.1'
4747
implementation 'com.github.k3b:k3b-geoHelper:1.1.5'
4848
api 'io.ticofab.androidgpxparser:parser:1.4.0'
@@ -56,6 +56,6 @@ dependencies {
5656
exclude group: 'com.android.support', module: 'exifinterface'
5757
}
5858
testImplementation 'junit:junit:4.13'
59-
androidTestImplementation 'androidx.test:runner:1.3.0'
60-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
59+
androidTestImplementation 'androidx.test:runner:1.4.0'
60+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
6161
}

0 commit comments

Comments
 (0)