diff --git a/android/app/build.gradle b/android/app/build.gradle index 895803c..88383d6 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -13,12 +13,12 @@ if (flutterRoot == null) { def flutterVersionCode = localProperties.getProperty('flutter.versionCode') if (flutterVersionCode == null) { - flutterVersionCode = '12' + flutterVersionCode = '21' } def flutterVersionName = localProperties.getProperty('flutter.versionName') if (flutterVersionName == null) { - flutterVersionName = '2.0.0' + flutterVersionName = '2.0.1' } apply plugin: 'com.android.application' diff --git a/lib/screens/Home/widgets/HomeBuildVersion.dart b/lib/screens/Home/widgets/HomeBuildVersion.dart index 6993fa6..b68eaab 100644 --- a/lib/screens/Home/widgets/HomeBuildVersion.dart +++ b/lib/screens/Home/widgets/HomeBuildVersion.dart @@ -16,7 +16,7 @@ class HomeBuildVersion extends StatelessWidget { ), width: double.infinity, child: Text( - "${App.translate(HomeScreenMessages.version, context)} 2.0.0", + "${App.translate(HomeScreenMessages.version, context)} 2.0.1", textAlign: TextAlign.center, style: TextStyles.body27.copyWith( color: AppTheme.text.withOpacity(0.4), diff --git a/pubspec.yaml b/pubspec.yaml index fa4ac14..621b6f2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,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: 1.1.3 +version: 2.0.1 environment: sdk: '>=2.7.0 <3.0.0'