mirror of
https://github.com/beemdevelopment/Aegis.git
synced 2025-06-10 00:27:49 +00:00
Bump targetSdkVersion to 33
This commit is contained in:
parent
bb3f4d733f
commit
4cd0d2de04
1 changed files with 3 additions and 3 deletions
|
@ -19,12 +19,12 @@ def fileProviderAuthority = "${packageName}.fileprovider"
|
||||||
def fileProviderAuthorityDebug = "${packageName}.debug.fileprovider"
|
def fileProviderAuthorityDebug = "${packageName}.debug.fileprovider"
|
||||||
|
|
||||||
android {
|
android {
|
||||||
compileSdkVersion 31
|
compileSdkVersion 33
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "${packageName}"
|
applicationId "${packageName}"
|
||||||
minSdkVersion 21
|
minSdkVersion 21
|
||||||
targetSdkVersion 31
|
targetSdkVersion 33
|
||||||
versionCode 51
|
versionCode 51
|
||||||
versionName "2.0.3"
|
versionName "2.0.3"
|
||||||
multiDexEnabled true
|
multiDexEnabled true
|
||||||
|
@ -186,7 +186,7 @@ dependencies {
|
||||||
testImplementation "com.google.guava:guava:${guavaVersion}-jre"
|
testImplementation "com.google.guava:guava:${guavaVersion}-jre"
|
||||||
testImplementation "junit:junit:${junitVersion}"
|
testImplementation "junit:junit:${junitVersion}"
|
||||||
testImplementation "org.json:json:20220320"
|
testImplementation "org.json:json:20220320"
|
||||||
testImplementation 'org.robolectric:robolectric:4.8'
|
testImplementation 'org.robolectric:robolectric:4.8.2'
|
||||||
|
|
||||||
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
coreLibraryDesugaring 'com.android.tools:desugar_jdk_libs:1.1.5'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue