Android sdk version (#509)

* Bump target SDK version

* Update pubspec and release notes

* Update sentry version

* Downgrade onecontext
This commit is contained in:
Oliver 2024-07-15 13:53:14 +10:00 committed by GitHub
parent 5a9a0b0855
commit ea9623490d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 87 additions and 82 deletions

View file

@ -32,7 +32,7 @@ if (keystorePropertiesFile.exists()) {
}
android {
compileSdkVersion 33
compileSdkVersion 34
sourceSets {
main.java.srcDirs += 'src/main/kotlin'
@ -49,7 +49,7 @@ android {
defaultConfig {
applicationId "inventree.inventree_app"
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"