Skip to content

Commit

Permalink
#114: Update Android target SDK to 34
Browse files Browse the repository at this point in the history
  • Loading branch information
jithware committed Jul 25, 2024
1 parent edeefb7 commit ef41a2a
Show file tree
Hide file tree
Showing 4 changed files with 90 additions and 95 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

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -44,7 +44,7 @@ android {
defaultConfig {
applicationId "com.jithware.brethap"
minSdkVersion 23
targetSdkVersion 33
targetSdkVersion 34
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName
}
Expand Down
3 changes: 3 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/126.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Release version: 1.7.26+126
* Update Android target SDK to 34
* Other minor enhancements
Loading

0 comments on commit ef41a2a

Please sign in to comment.