Skip to content

Commit

Permalink
Support Android SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
ThexXTURBOXx committed Jun 13, 2023
1 parent ff8e4d4 commit 4423195
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {
compileSdkVersion 33
compileSdkVersion 34
namespace 'studip_uni_passau.femtopedia.de.unipassaustudip'

compileOptions {
Expand Down Expand Up @@ -62,7 +62,7 @@ android {
defaultConfig {
applicationId 'studip_uni_passau.femtopedia.de.unipassaustudip'
minSdkVersion 21
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.8.0'
ext.kotlin_version = '1.7.22'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 4423195

Please sign in to comment.