Skip to content

Commit 58a396e

Browse files
committed
android support 3.38
1 parent ae0b76e commit 58a396e

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
java-version: 21
2626
- uses: subosito/flutter-action@v1
2727
with:
28-
flutter-version: '3.32.0'
28+
flutter-version: '3.38.4'
2929
- uses: finnp/create-file-action@master
3030
env:
3131
FILE_NAME: lib/common/config/ignoreConfig.dart
@@ -47,7 +47,7 @@ jobs:
4747
java-version: 21
4848
- uses: subosito/flutter-action@v1
4949
with:
50-
flutter-version: '3.32.0'
50+
flutter-version: '3.38.4'
5151
- uses: finnp/create-file-action@master
5252
env:
5353
FILE_NAME: lib/common/config/ignoreConfig.dart

android/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ android {
1818

1919
namespace "com.shuyu.gsygithub.gsygithubappflutter"
2020

21-
compileSdkVersion 34
21+
compileSdkVersion 36
2222

2323
sourceSets {
2424
main.java.srcDirs += 'src/main/kotlin'
@@ -32,7 +32,7 @@ android {
3232
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3333
applicationId "com.shuyu.gsygithub.gsygithubappflutter"
3434
minSdkVersion flutter.minSdkVersion
35-
targetSdkVersion 33
35+
targetSdkVersion 35
3636
versionCode 65
3737
versionName "7.8.1"
3838
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

android/app/src/main/AndroidManifest.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@
6060
<meta-data
6161
android:name="io.flutter.embedded_views_preview"
6262
android:value="true" />
63-
<meta-data
64-
android:name="io.flutter.embedding.android.DisableMergedPlatformUIThread"
65-
android:value="true" />
66-
<meta-data
67-
android:name="io.flutter.embedding.android.EnableImpeller"
68-
android:value="false" />
63+
<!-- <meta-data-->
64+
<!-- android:name="io.flutter.embedding.android.DisableMergedPlatformUIThread"-->
65+
<!-- android:value="true" />-->
66+
<!-- <meta-data-->
67+
<!-- android:name="io.flutter.embedding.android.EnableImpeller"-->
68+
<!-- android:value="false" />-->
6969
</application>
7070
</manifest>

android/gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
1+
org.gradle.jvmargs=-Xmx4096M -Dfile.encoding=UTF-8
22
android.enableR8=true
33
android.useAndroidX=true
44
android.enableJetifier=true
55
#systemProp.http.proxyHost=127.0.0.1
66
#systemProp.http.proxyPort=7890
77
#systemProp.https.proxyHost=127.0.0.1
8-
#systemProp.https.proxyPort=7890
8+
#systemProp.https.proxyPort=7890
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.11.1-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

android/settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pluginManagement {
1818

1919
plugins {
2020
id "dev.flutter.flutter-plugin-loader" version "1.0.0"
21-
id "com.android.application" version "8.6.1" apply false
21+
id "com.android.application" version "8.9.1" apply false
2222
id "org.jetbrains.kotlin.android" version "1.8.10" apply false
2323
}
2424

0 commit comments

Comments
 (0)