Skip to content

Commit 52d1ab1

Browse files
authored
Merge pull request #53 from LeoAndo/develop
Main
2 parents a8c5b68 + 326fe9f commit 52d1ab1

File tree

4 files changed

+2
-21
lines changed

4 files changed

+2
-21
lines changed

android/app/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ android {
7575
}
7676
buildTypes {
7777
debug { signingConfig signingConfigs.debug }
78-
release {
79-
minifyEnabled false
80-
shrinkResources false
81-
signingConfig signingConfigs.release
82-
}
78+
release { signingConfig signingConfigs.release }
8379
}
8480
// Android 署名設定 - END
8581
}

android/app/src/debug/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

android/app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="com.leoleo.githubsearch.flutter_github_search">
3+
<uses-permission android:name="android.permission.INTERNET"/>
34
<application
45
android:label="@string/app_name"
56
android:name="${applicationName}"

android/app/src/profile/AndroidManifest.xml

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)