File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
samples/MobileBuyIntegration/app Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 9
9
.cxx
10
10
local.properties
11
11
.env
12
+ upload-keystore.jks
Original file line number Diff line number Diff line change @@ -54,7 +54,8 @@ android {
54
54
buildTypes {
55
55
release {
56
56
minifyEnabled false
57
- proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' ), ' proguard-rules.pro'
57
+ proguardFiles getDefaultProguardFile(' proguard-android-optimize.txt' )
58
+ consumerProguardFiles ' proguard-rules.pro'
58
59
}
59
60
}
60
61
compileOptions {
Original file line number Diff line number Diff line change 18
18
19
19
# If you keep the line number information, uncomment this to
20
20
# hide the original source file name.
21
- #-renamesourcefileattribute SourceFile
21
+ #-renamesourcefileattribute SourceFile
22
+
23
+ -keep class com.shopify.checkoutsheetkit.** { *; }
Original file line number Diff line number Diff line change 5
5
# For more details, see
6
6
# http://developer.android.com/guide/developing/tools/proguard.html
7
7
8
- # If your project uses WebView with JS, uncomment the following
9
- # and specify the fully qualified class name to the JavaScript interface
10
- # class:
11
- #-keepclassmembers class fqcn.of.javascript.interface.for.webview {
12
- # public *;
13
- #}
14
-
15
8
# Uncomment this to preserve the line number information for
16
9
# debugging stack traces.
17
- # -keepattributes SourceFile,LineNumberTable
10
+ -keepattributes SourceFile,LineNumberTable
18
11
19
12
# If you keep the line number information, uncomment this to
20
13
# hide the original source file name.
21
14
#-renamesourcefileattribute SourceFile
15
+
16
+ -dontwarn okhttp3.internal.http.HttpDate
You can’t perform that action at this time.
0 commit comments