Skip to content

Commit 475c1fd

Browse files
committed
fix using deprecation api
1 parent bc6d492 commit 475c1fd

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ apply plugin: 'kotlin-android'
2626
apply from: "$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
2727

2828
android {
29-
compileSdkVersion 28
29+
compileSdkVersion 31
3030

3131
sourceSets {
3232
main.java.srcDirs += 'src/main/kotlin'

android/app/src/main/AndroidManifest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@
77
FlutterApplication and put your custom class here. -->
88
<uses-permission android:name="android.permission.INTERNET"/>
99
<application
10-
android:name="io.flutter.app.FlutterApplication"
10+
11+
android:name="${applicationName}"
1112
android:label="habr_app"
1213
android:icon="@mipmap/ic_launcher">
1314
<activity

0 commit comments

Comments
 (0)