diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2d7e439cefe53b04b4e644fe88eef0f530cb85d4..24c806300e1f1c8f735872cbf9399682c67c1ac7 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -40,8 +40,6 @@ android:build-release: - master except: - tags - dependencies: - - android:build-debug script: # Flutter local configuration - echo flutter.sdk=$FLUTTER_PATH > android/local.properties diff --git a/android/gradle.properties b/android/gradle.properties index ecbb5aaf4b02b5743761a174beafac22e93dcd0b..7cc965a085f8a41bab04af9a3eb0a67ded5e75d9 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -1,5 +1,5 @@ org.gradle.jvmargs=-Xmx1536M android.useAndroidX=true android.enableJetifier=true -app.versionName=1.0.49 -app.versionCode=50 +app.versionName=1.0.50 +app.versionCode=51 diff --git a/pubspec.yaml b/pubspec.yaml index 64096ba0c8ac127d7793e2ef04248b21e21a5a1a..3de6bedec6d37ef273a3ca11a440ecc86dc249e0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: A random application, for testing purpose only. publish_to: 'none' -version: 1.0.49+50 +version: 1.0.50+51 environment: sdk: '^3.0.0'