diff --git a/android/app/build.gradle b/android/app/build.gradle index 175ff32..55df89e 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,10 +20,11 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 7 - versionName "1.0.6" + versionCode 8 + versionName "1.0.7" } + // ... signingConfigs { diff --git a/pubspec.yaml b/pubspec.yaml index a2b2efc..244c314 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: allscore_app description: "A new Flutter project." publish_to: 'none' -version: 1.0.6+7 +version: 1.0.7+8 environment: sdk: '>=3.5.3 <4.0.0'