Skip to content

Commit

Permalink
changed some gradle files to publish on izzydroid.
Browse files Browse the repository at this point in the history
  • Loading branch information
bmaroti9 committed May 10, 2024
1 parent 45f057f commit 74594d7
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,19 @@ apply plugin: 'kotlin-android'
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"

android {


//required by IzzyDroid
android {
dependenciesInfo {
// Disables dependency metadata when building APKs.
includeInApk = false
// Disables dependency metadata when building Android App Bundles.
includeInBundle = false
}
}


namespace "com.example.overmorrow"
compileSdkVersion 34
// compileSdkVersion flutter.compileSdkVersion <- this vas the original one but
Expand All @@ -52,8 +65,8 @@ android {
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
minSdkVersion flutter.minSdkVersion
targetSdkVersion flutter.targetSdkVersion
versionCode 32
versionName "2.3.5"
versionCode 33
versionName "2.3.6"
}

buildTypes {
Expand Down

0 comments on commit 74594d7

Please sign in to comment.