File tree Expand file tree Collapse file tree 3 files changed +0
-5
lines changed
extLibs/PreLollipopTransitions Expand file tree Collapse file tree 3 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,6 @@ android {
51
51
release {
52
52
signingConfig signingConfigs. release
53
53
minifyEnabled true
54
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
55
54
}
56
55
}
57
56
@@ -64,6 +63,4 @@ android {
64
63
dependencies {
65
64
implementation project(' :library' )
66
65
67
- // TODO: Remove `//` below to enable OneSignal
68
- // implementation 'com.onesignal:OneSignal:[4.0.0, 4.99.99]'
69
66
}
Original file line number Diff line number Diff line change @@ -41,7 +41,6 @@ android {
41
41
buildTypes {
42
42
release {
43
43
minifyEnabled false
44
- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
45
44
}
46
45
}
47
46
}
Original file line number Diff line number Diff line change @@ -58,7 +58,6 @@ android {
58
58
buildTypes {
59
59
release {
60
60
minifyEnabled false
61
- proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
62
61
}
63
62
}
64
63
You can’t perform that action at this time.
0 commit comments