Fix tiny theme and other
This commit is contained in:
parent
8116bbbba8
commit
e5cab894ca
16 changed files with 42 additions and 20 deletions
|
@ -4,12 +4,12 @@ apply plugin: 'kotlin-android-extensions'
|
|||
apply plugin: 'kotlin-kapt'
|
||||
|
||||
android {
|
||||
compileSdkVersion 29
|
||||
compileSdkVersion 28
|
||||
defaultConfig {
|
||||
minSdkVersion 21
|
||||
targetSdkVersion 29
|
||||
targetSdkVersion 28
|
||||
|
||||
renderscriptTargetApi 29 //must match target sdk and build tools
|
||||
renderscriptTargetApi 28 //must match target sdk and build tools
|
||||
vectorDrawables.useSupportLibrary = true
|
||||
|
||||
applicationId "code.name.monkey.retromusic"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue