Skip to content

Commit

Permalink
Merge pull request #53 from LeoAndo/develop
Browse files Browse the repository at this point in the history
Main
  • Loading branch information
LeoAndo authored Feb 26, 2023
2 parents a8c5b68 + 326fe9f commit 52d1ab1
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 21 deletions.
6 changes: 1 addition & 5 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,7 @@ android {
}
buildTypes {
debug { signingConfig signingConfigs.debug }
release {
minifyEnabled false
shrinkResources false
signingConfig signingConfigs.release
}
release { signingConfig signingConfigs.release }
}
// Android 署名設定 - END
}
Expand Down
8 changes: 0 additions & 8 deletions android/app/src/debug/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.leoleo.githubsearch.flutter_github_search">
<uses-permission android:name="android.permission.INTERNET"/>
<application
android:label="@string/app_name"
android:name="${applicationName}"
Expand Down
8 changes: 0 additions & 8 deletions android/app/src/profile/AndroidManifest.xml

This file was deleted.

0 comments on commit 52d1ab1

Please sign in to comment.