Skip to content

Commit

Permalink
Upgrading android stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alienuser committed Aug 14, 2024
1 parent 02a9f9f commit 5e07234
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if (flutterVersionName == null) {

android {
namespace "de.famprobst.report"
compileSdk = flutter.compileSdkVersion
compileSdk = flutter.compileSdk
ndkVersion = flutter.ndkVersion

compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Thu May 23 14:31:50 CEST 2024
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.6-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 4 additions & 4 deletions android/settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ pluginManagement {

plugins {
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
id "com.android.application" version '8.4.0' apply false
id "com.android.application" version '8.5.2' apply false
id "org.jetbrains.kotlin.android" version "2.0.0" apply false
// FlutterFire
id "com.google.gms.google-services" version "4.4.1" apply false
id "com.google.firebase.firebase-perf" version "1.4.1" apply false
id "com.google.firebase.crashlytics" version "2.8.1" apply false
id "com.google.gms.google-services" version "4.4.2" apply false
id "com.google.firebase.firebase-perf" version "1.4.2" apply false
id "com.google.firebase.crashlytics" version "3.0.2" apply false
}

include ":app"

0 comments on commit 5e07234

Please sign in to comment.