Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0a2a5ef

Browse files
committed
Set compile and target SDK version to 32
1 parent6b3060e commit0a2a5ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎android/app/build.gradle‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
applyfrom:"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion30
29+
compileSdkVersion32
3030

3131
sourceSets {
3232
main.java.srcDirs+='src/main/kotlin'
@@ -36,7 +36,7 @@ android {
3636
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
3737
applicationId"com.ysn.flutter_news_app"
3838
minSdkVersion16
39-
targetSdkVersion30
39+
targetSdkVersion32
4040
versionCode flutterVersionCode.toInteger()
4141
versionName flutterVersionName
4242
}

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp