Target SDK 30
This commit is contained in:
parent
d77e9f12c9
commit
2df6fc57bf
@ -30,6 +30,6 @@ android {
|
||||
dependencies {
|
||||
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
||||
implementation 'com.google.android.material:material:1.0.0'
|
||||
implementation 'junit:junit:4.12'
|
||||
compileOnly 'androidx.annotation:annotation:1.0.0'
|
||||
compileOnly 'junit:junit:4.12'
|
||||
}
|
||||
|
@ -4,7 +4,7 @@ buildscript {
|
||||
jcenter()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
classpath 'com.android.tools.build:gradle:3.1.3'
|
||||
}
|
||||
}
|
||||
allprojects {
|
||||
@ -14,7 +14,7 @@ allprojects {
|
||||
}
|
||||
}
|
||||
ext {
|
||||
compileSdkVersion = 29
|
||||
targetSdkVersion = 29
|
||||
compileSdkVersion = 30
|
||||
targetSdkVersion = 30
|
||||
minSdkVersion = 15
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user