mirror of
https://github.com/SimpleMobileTools/Simple-Draw.git
synced 2025-03-12 01:20:04 +01:00
revert back to sdk 28 until scoped storage gets implemented
This commit is contained in:
parent
84d5b25a8a
commit
dc6577e921
@ -7,13 +7,13 @@ def keystoreProperties = new Properties()
|
||||
keystoreProperties.load(new FileInputStream(keystorePropertiesFile))
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
buildToolsVersion "29.0.2"
|
||||
compileSdkVersion 28
|
||||
buildToolsVersion "28.0.3"
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.simplemobiletools.draw.pro"
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
versionCode 49
|
||||
versionName "6.1.0"
|
||||
setProperty("archivesBaseName", "draw")
|
||||
@ -51,5 +51,5 @@ android {
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation 'com.simplemobiletools:commons:5.20.0'
|
||||
implementation 'com.simplemobiletools:commons:5.20.2'
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user