Skip to content

Commit be33a5f

Browse files
committed
Added Launcher icon
1 parent 13e28a5 commit be33a5f

25 files changed

+40
-4
lines changed

android/app/build.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ android {
4747
applicationId "com.example.data4peace"
4848
// You can update the following values to match your application needs.
4949
// For more information, see: https://docs.flutter.dev/deployment/android#reviewing-the-build-configuration.
50-
minSdkVersion flutter.minSdkVersion
51-
targetSdkVersion flutter.targetSdkVersion
50+
minSdkVersion 16
51+
targetSdkVersion 31
52+
compileSdkVersion 31
5253
versionCode flutterVersionCode.toInteger()
5354
versionName flutterVersionName
5455
}

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<application
66
android:label="Data4Peace"
77
android:name="${applicationName}"
8-
android:icon="@mipmap/ic_launcher">
8+
android:icon="@mipmap/launcher_icon">
99
<activity
1010
android:name=".MainActivity"
1111
android:exported="true"
1.67 KB
Loading
1.09 KB
Loading
2.29 KB
Loading
3.56 KB
Loading
5.01 KB
Loading

ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,4 +478,4 @@
478478
/* End XCConfigurationList section */
479479
};
480480
rootObject = 97C146E61CF9000F007C117D /* Project object */;
481-
}
481+
}
48 KB
Loading
-152 Bytes
Loading

0 commit comments

Comments
 (0)