Bump version

This commit is contained in:
世界 2020-11-07 14:25:22 +00:00
parent 49460a0c4f
commit ed904d22ad
No known key found for this signature in database
GPG Key ID: CD109927C34A63C4
1 changed files with 3 additions and 3 deletions

View File

@ -2,8 +2,8 @@ apply plugin: 'com.android.application'
apply plugin: 'kotlin-android'
apply plugin: 'kotlin-android-extensions'
def verName = "7.2.1-rc03"
def verCode = 108
def verName = "7.2.1-rc04"
def verCode = 110
def serviceAccountCredentialsFile = rootProject.file("service_account_credentials.json")
@ -75,7 +75,7 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'org.osmdroid:osmdroid-android:6.1.8'
implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.4.10'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.0'
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.4.1'
implementation "com.squareup.okhttp3:okhttp:$okHttpVersion"
implementation "com.squareup.okhttp3:okhttp-dnsoverhttps:$okHttpVersion"