Commit 299d3a7

derdilla <derdilla06@gmail.com>
2023-07-10 20:38:09
prepare release tag: v1.3.3
1 parent 256072f
Changed files (3)
android
fastlane
metadata
android
en-US
changelogs
android/app/build.gradle
@@ -54,8 +54,8 @@ android {
         // For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-gradle-build-configuration.
         minSdkVersion 21
         targetSdkVersion flutter.targetSdkVersion
-        versionCode 16
-        versionName "1.3.4"
+        versionCode 15
+        versionName "1.3.3"
     }
     signingConfigs {
        release {
fastlane/metadata/android/en-US/changelogs/15.txt
@@ -0,0 +1,5 @@
+* Allow exporting to a specific directory
+* Fix legacy import
+* Fix glitches in graph
+* Add version and debug info in app
+* improve english texts
\ No newline at end of file
pubspec.yaml
@@ -16,7 +16,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # In Windows, build-name is used as the major, minor, and patch parts
 # of the product and file versions while build-number is used as the build suffix.
-version: 1.3.4
+version: 1.3.3
 
 environment:
   sdk: '>=2.19.6 <3.0.0'