Upgraded to target SDK Level 31 for Google Play Store

This commit is contained in:
Graham Jones
2023-05-31 17:21:29 +01:00
parent 6e555a28df
commit babfe74043
5 changed files with 12 additions and 8 deletions

View File

@@ -7,7 +7,7 @@ android {
defaultConfig {
applicationId "uk.org.openseizuredetector"
minSdkVersion 23
targetSdkVersion 30
targetSdkVersion 31
multiDexEnabled true
}
@@ -28,6 +28,7 @@ android {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
}
namespace 'uk.org.openseizuredetector'
}
dependencies {