mirror of
https://github.com/Shabinder/SpotiFlyer.git
synced 2024-11-21 16:54:33 +01:00
bump -> 3.2.1, Android 11 Sdk30 crash fix
This commit is contained in:
parent
67a07dba49
commit
a655f002f3
@ -50,7 +50,7 @@ android {
|
||||
}
|
||||
}
|
||||
|
||||
compileSdkVersion(29)
|
||||
compileSdkVersion(Versions.compileSdkVersion)
|
||||
buildToolsVersion = "30.0.3"
|
||||
|
||||
defaultConfig {
|
||||
|
@ -18,9 +18,9 @@
|
||||
|
||||
object Versions {
|
||||
// App's Version (To be bumped at each update)
|
||||
const val versionName = "3.2.0"
|
||||
const val versionName = "3.2.1"
|
||||
|
||||
const val versionCode = 21
|
||||
const val versionCode = 22
|
||||
// Kotlin
|
||||
const val kotlinVersion = "1.5.10"
|
||||
|
||||
@ -56,7 +56,7 @@ object Versions {
|
||||
|
||||
// Android
|
||||
const val minSdkVersion = 21
|
||||
const val compileSdkVersion = 29
|
||||
const val compileSdkVersion = 30
|
||||
const val targetSdkVersion = 29
|
||||
const val androidxLifecycle = "2.3.1"
|
||||
}
|
||||
|
@ -22,7 +22,7 @@ plugins {
|
||||
}
|
||||
|
||||
android {
|
||||
compileSdkVersion(29)
|
||||
compileSdkVersion(Versions.compileSdkVersion)
|
||||
|
||||
defaultConfig {
|
||||
minSdkVersion(Versions.minSdkVersion)
|
||||
|
Loading…
Reference in New Issue
Block a user