upgrade icon packs to API 30

This commit is contained in:
hbiel
2020-10-08 21:16:10 +02:00
parent 490db3a026
commit 7d5c37ec33
2 changed files with 6 additions and 6 deletions

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.2'
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
}
resourcePrefix 'classic_'

View File

@@ -1,12 +1,12 @@
apply plugin: 'com.android.library'
android {
compileSdkVersion 29
buildToolsVersion '29.0.3'
compileSdkVersion 30
buildToolsVersion '30.0.2'
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30
}
resourcePrefix 'material_'