Target SDK 30
This commit is contained in:
parent
d77e9f12c9
commit
2df6fc57bf
@ -30,6 +30,6 @@ android {
|
|||||||
dependencies {
|
dependencies {
|
||||||
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
implementation 'androidx.legacy:legacy-support-core-ui:1.0.0'
|
||||||
implementation 'com.google.android.material:material: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 'androidx.annotation:annotation:1.0.0'
|
||||||
compileOnly 'junit:junit:4.12'
|
|
||||||
}
|
}
|
||||||
|
@ -14,7 +14,7 @@ allprojects {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
ext {
|
ext {
|
||||||
compileSdkVersion = 29
|
compileSdkVersion = 30
|
||||||
targetSdkVersion = 29
|
targetSdkVersion = 30
|
||||||
minSdkVersion = 15
|
minSdkVersion = 15
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user