Skip to content

Commit

Permalink
Android: Flutter 3.24.0 new break change
Browse files Browse the repository at this point in the history
  • Loading branch information
lifegpc authored Aug 10, 2024
1 parent 79e1ca9 commit e74a940
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
applicationId = "com.lifegpc.ehf"
minSdk = 23
targetSdk = 34
versionCode = flutter.versionCode()
versionName = flutter.versionName()
versionCode = flutter.versionCode
versionName = flutter.versionName
}

signingConfigs {
Expand Down

0 comments on commit e74a940

Please sign in to comment.