SDL: fixed dark text on dark background in notification, updated Gradle files

This commit is contained in:
pelya
2020-07-07 22:29:20 +03:00
parent e02d772173
commit 07952badae
7 changed files with 18 additions and 12 deletions

View File

@@ -2,7 +2,7 @@ apply plugin: 'com.android.application'
android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
buildToolsVersion "30.0.0"
defaultConfig {
applicationId "net.olofson.ballfield"
@@ -21,3 +21,6 @@ android {
dependencies { compile 'com.google.android.gms:play-services-drive:17.0.0' } // ==GOOGLEPLAYGAMESERVICES==
}
dependencies {
implementation 'androidx.appcompat:appcompat:1.1.0'
}