Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into foss
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaroti9 committed Dec 18, 2024
2 parents 4da1ef1 + bda6956 commit 505c182
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ android {


namespace "com.example.overmorrow"
compileSdk 34
compileSdk 35
// compileSdkVersion flutter.compileSdkVersion <- this vas the original one but
// geolocator insisted on it being 33
//ndkVersion flutter.ndkVersion
Expand All @@ -64,8 +64,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode 43
versionName "2.4.3"
versionCode 44
versionName "2.4.4"
}

buildTypes {
Expand Down

0 comments on commit 505c182

Please sign in to comment.