version 2.2.10 beta (2019-09-29)
This commit is contained in:
parent
ee84b68caf
commit
ae45a3e55b
1 changed files with 4 additions and 3 deletions
|
@ -82,7 +82,7 @@ dependencies {
|
|||
implementation 'org.osmdroid:osmdroid-android:6.1.0'
|
||||
implementation 'com.leinardi.android:speed-dial:3.0.0' // version >= 3.0.0 needs android X libraries
|
||||
implementation 'com.squareup.picasso:picasso:2.71828'
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.2' // versions > 3.12.x don't support API level < 21 anymore
|
||||
implementation 'com.squareup.okhttp3:okhttp:3.12.5' // versions > 3.12.x don't support API level < 21 anymore
|
||||
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
|
||||
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
|
||||
implementation 'com.google.guava:guava:28.1-jre'
|
||||
|
@ -104,8 +104,9 @@ android {
|
|||
minSdkVersion 16
|
||||
targetSdkVersion 29
|
||||
|
||||
versionCode 271
|
||||
versionName "2.2.10 beta (2019-09-24)"
|
||||
versionCode 272
|
||||
versionName "2.2.10 beta (2019-09-29)"
|
||||
//resConfigs "en"
|
||||
|
||||
archivesBaseName += "-$versionName"
|
||||
applicationId "de.pixart.messenger"
|
||||
|
|
Reference in a new issue