Skip to content

Commit

Permalink
android 0.9.23
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Jul 2, 2023
1 parent e3af0b9 commit 6cc2519
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ android {
applicationId packageName
minSdkVersion 21
targetSdkVersion 33
versionCode 10009226
versionName "0.9.23 X"
versionCode 10009230
versionName "0.9.23 ee"
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
}
compileOptions {
Expand Down
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

class Constants {
static String tagName = "0.9.22";
static String tagName = "0.9.23";
static const isGooglePlay =
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
static int type = 0;
Expand Down
2 changes: 1 addition & 1 deletion lib/page/hello/setting/setting_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ class _SettingPageState extends State<SettingPage> {
ListTile(
onTap: () => Leader.push(context, DataExportPage()),
title: Text(I18n.of(context).app_data),
leading: Icon(Icons.folder),
leading: Icon(Icons.folder_open_rounded),
),
],
),
Expand Down

0 comments on commit 6cc2519

Please sign in to comment.