Preparing release
This commit is contained in:
parent
7805f6aaeb
commit
40805cde84
3 changed files with 13 additions and 8 deletions
|
@ -5,14 +5,13 @@ apply plugin: 'androidx.navigation.safeargs.kotlin'
|
|||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "29.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId 'org.y20k.trackbook'
|
||||
minSdkVersion 25
|
||||
targetSdkVersion 30
|
||||
versionCode 43
|
||||
versionName '2.0.6'
|
||||
versionCode 44
|
||||
versionName '2.0.7'
|
||||
resConfigs "en", "da", "de", "fr", "hr", "id", "it", "ja", "nb-rNO", "nl", "pt-rBR", "sv", "zh-rCN"
|
||||
}
|
||||
|
||||
|
@ -51,12 +50,12 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
// Kotlin
|
||||
// Kotlin
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version"
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.8'
|
||||
implementation 'org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.8'
|
||||
|
||||
// AndroidX
|
||||
// AndroidX
|
||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.1'
|
||||
implementation 'androidx.core:core-ktx:1.3.2'
|
||||
|
@ -65,10 +64,10 @@ dependencies {
|
|||
implementation 'androidx.preference:preference-ktx:1.1.1'
|
||||
implementation 'com.google.android.material:material:1.2.0-rc01'
|
||||
|
||||
// Gson
|
||||
// Gson
|
||||
implementation 'com.google.code.gson:gson:2.8.6'
|
||||
|
||||
// OpenStreetMap
|
||||
// OpenStreetMap
|
||||
implementation 'org.osmdroid:osmdroid-android:6.1.8'
|
||||
}
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ buildscript {
|
|||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:4.0.1'
|
||||
classpath 'com.android.tools.build:gradle:4.0.2'
|
||||
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
|
||||
classpath "androidx.navigation:navigation-safe-args-gradle-plugin:$navigation_version"
|
||||
|
||||
|
|
6
metadata/en-US/changelogs/44.txt
Normal file
6
metadata/en-US/changelogs/44.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
# v2.0.7 - Echoes
|
||||
|
||||
**2020-10-07**
|
||||
|
||||
- improves layout for phones with a display cutout
|
||||
- updated translations
|
Loading…
Reference in a new issue