Skip to content

Commit

Permalink
android 0.9.61
Browse files Browse the repository at this point in the history
  • Loading branch information
Notsfsssf committed Feb 2, 2025
1 parent 1516b9f commit 580268a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ android {
applicationId packageName
minSdkVersion 21
targetSdkVersion 34
versionCode 10009600
versionName "0.9.60 gamut"
versionCode 10009610
versionName "0.9.61 wide"
ndk { abiFilters 'armeabi-v7a', 'arm64-v8a', 'x86_64' }
}
compileOptions {
Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -155,9 +155,9 @@
<meta-data
android:name="flutterEmbedding"
android:value="2" />
<!-- <meta-data
<meta-data
android:name="io.flutter.embedding.android.EnableImpeller"
android:value="false" /> -->
android:value="false" />
</application>

</manifest>
2 changes: 1 addition & 1 deletion lib/constants.dart
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
import 'dart:io';

class Constants {
static String tagName = "0.9.60";
static String tagName = "0.9.61";
static const isGooglePlay =
bool.fromEnvironment("IS_GOOGLEPLAY", defaultValue: false);
static int type = 0;
Expand Down

0 comments on commit 580268a

Please sign in to comment.