diff --git a/android/app/build.gradle b/android/app/build.gradle index dd342b7..ad183fb 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -20,10 +20,9 @@ android { applicationId "com.allscore_app" minSdkVersion 23 targetSdkVersion 34 - versionCode 12 - versionName "1.0.12" + versionCode 13 + versionName "1.0.13" } - // ... signingConfigs { release { diff --git a/pubspec.yaml b/pubspec.yaml index 29df35d..ca2e1d9 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.12+12 +version: 1.0.13+13 environment: sdk: '>=3.5.3 <4.0.0'