File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed
Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments