diff --git a/cyberwow/android/app/build.gradle b/cyberwow/android/app/build.gradle index a7c9d75..f8723f1 100644 --- a/cyberwow/android/app/build.gradle +++ b/cyberwow/android/app/build.gradle @@ -36,8 +36,8 @@ android { applicationId "org.wownero.cyberwow" minSdkVersion 23 targetSdkVersion 28 - versionCode 21 - versionName "0.7.0.0-h" + versionCode 22 + versionName "0.7.0.0-i" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } diff --git a/cyberwow/pubspec.yaml b/cyberwow/pubspec.yaml index 0ab3e3a..c578543 100644 --- a/cyberwow/pubspec.yaml +++ b/cyberwow/pubspec.yaml @@ -12,7 +12,7 @@ description: A new Flutter project. # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion. # Read more about iOS versioning at # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html -version: 0.7.0+21 +version: 0.7.0+22 environment: sdk: ">=2.1.0 <3.0.0"