File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
3
+ xmlns : tools =" http://schemas.android.com/tools"
3
4
package =" com.riyaldi.gamekuy" >
4
5
5
6
<uses-permission android : name =" android.permission.INTERNET" />
11
12
android : label =" @string/app_name"
12
13
android : roundIcon =" @mipmap/ic_launcher_round"
13
14
android : supportsRtl =" true"
14
- android : theme =" @style/Theme.GameKuy" >
15
+ android : theme =" @style/Theme.GameKuy"
16
+ tools : ignore =" AllowBackup" >
15
17
<activity android : name =" .detail.DetailActivity"
16
18
android : theme =" @style/NoActionBar" >
17
19
</activity >
Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ android {
23
23
buildTypes {
24
24
release {
25
25
minifyEnabled false
26
- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
27
26
}
28
27
}
29
28
compileOptions {
You can’t perform that action at this time.
0 commit comments