Skip to content

Commit 77e82ab

Browse files
author
code3-dev
committed
fix bugs - add privacy - add contact
1 parent c9f2026 commit 77e82ab

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

android/app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
// For more information, see: https://flutter.dev/to/review-gradle-config.
2727
minSdk = flutter.minSdkVersion
2828
targetSdk = flutter.targetSdkVersion
29-
versionCode = 8
30-
versionName = "1.8.0"
29+
versionCode = 9
30+
versionName = "1.9.0"
3131
}
3232

3333
buildTypes {

lib/screens/about_screen.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class AboutScreen extends StatelessWidget {
5151

5252
// App Version
5353
const Text(
54-
'Version 1.8.0',
54+
'Version 1.9.0',
5555
style: TextStyle(fontSize: 16, color: Colors.grey),
5656
),
5757

0 commit comments

Comments
 (0)