Skip to content

Commit faa2def

Browse files
committed
[release] Bump version to 2025.10.08
1 parent 3d7ae27 commit faa2def

File tree

3 files changed

+21
-1
lines changed

3 files changed

+21
-1
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ android {
3939
// For more information, see: https://flutter.dev/to/review-gradle-config.
4040
minSdk = flutter.minSdkVersion
4141
targetSdk = 36
42-
versionCode = flutter.versionCode
42+
versionCode = 20251008
4343
versionName = flutter.versionName
4444

4545
ndk {

debug.cmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
3+
@REM SET ANDROID_HOME=%USERPROFILE%\AppData\Local\Android\Sdk
4+
SET GRADLE_USER_HOME=D:\.gradle
5+
SET ANDROID_HOME=D:\Android\Sdk
6+
SET ANDROID_SDK_ROOT=%ANDROID_HOME%
7+
SET ANDROID_PLATFORM_TOOLS=%ANDROID_HOME%\platform-tools
8+
9+
:: Run the Flutter app
10+
flutter build apk --debug

release.cmd

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
@echo off
2+
3+
@REM SET ANDROID_HOME=%USERPROFILE%\AppData\Local\Android\Sdk
4+
SET GRADLE_USER_HOME=D:\.gradle
5+
SET ANDROID_HOME=D:\Android\Sdk
6+
SET ANDROID_SDK_ROOT=%ANDROID_HOME%
7+
SET ANDROID_PLATFORM_TOOLS=%ANDROID_HOME%\platform-tools
8+
9+
:: Run the Flutter app
10+
flutter build apk --release

0 commit comments

Comments
 (0)