We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a8c5b68 + 326fe9f commit 52d1ab1Copy full SHA for 52d1ab1
android/app/build.gradle
@@ -75,11 +75,7 @@ android {
75
}
76
buildTypes {
77
debug { signingConfig signingConfigs.debug }
78
- release {
79
- minifyEnabled false
80
- shrinkResources false
81
- signingConfig signingConfigs.release
82
- }
+ release { signingConfig signingConfigs.release }
83
84
// Android 署名設定 - END
85
android/app/src/debug/AndroidManifest.xml
android/app/src/main/AndroidManifest.xml
@@ -1,5 +1,6 @@
1
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2
package="com.leoleo.githubsearch.flutter_github_search">
3
+ <uses-permission android:name="android.permission.INTERNET"/>
4
<application
5
android:label="@string/app_name"
6
android:name="${applicationName}"
android/app/src/profile/AndroidManifest.xml
0 commit comments