Skip to content

Commit 54db98a

Browse files
committed
remove proguard from dynamic module
1 parent 2e13d4f commit 54db98a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

app/src/main/AndroidManifest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
3+
xmlns:tools="http://schemas.android.com/tools"
34
package="com.riyaldi.gamekuy">
45

56
<uses-permission android:name="android.permission.INTERNET" />
@@ -11,7 +12,8 @@
1112
android:label="@string/app_name"
1213
android:roundIcon="@mipmap/ic_launcher_round"
1314
android:supportsRtl="true"
14-
android:theme="@style/Theme.GameKuy">
15+
android:theme="@style/Theme.GameKuy"
16+
tools:ignore="AllowBackup">
1517
<activity android:name=".detail.DetailActivity"
1618
android:theme="@style/NoActionBar">
1719
</activity>

favorite/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ android {
2323
buildTypes {
2424
release {
2525
minifyEnabled false
26-
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
2726
}
2827
}
2928
compileOptions {

0 commit comments

Comments
 (0)