File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change 1+ * .iml
12.gradle
2- / local.properties
3- / .idea
3+ local.properties
4+ .idea /
45.DS_Store
5- /build
6- * .iml
6+ build /
7+ captures /
8+ .externalNativeBuild /
9+ .cxx /
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# Add project specific ProGuard rules here.
2- # By default, the flags in this file are appended to flags specified
3- # in /Users/cartland/android-sdk/tools/proguard/proguard-android.txt
4- # You can edit the include path and order by changing the proguardFiles
5- # directive in build.gradle.
2+ # You can control the set of applied configuration files using the
3+ # proguardFiles setting in build.gradle.
64#
75# For more details, see
86# http://developer.android.com/guide/developing/tools/proguard.html
97
10- # Add any project specific keep options here:
11-
128# If your project uses WebView with JS, uncomment the following
139# and specify the fully qualified class name to the JavaScript interface
1410# class:
1511#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
1612# public *;
1713#}
14+
15+ # Uncomment this to preserve the line number information for
16+ # debugging stack traces.
17+ #-keepattributes SourceFile,LineNumberTable
18+
19+ # If you keep the line number information, uncomment this to
20+ # hide the original source file name.
21+ #-renamesourcefileattribute SourceFile
You can’t perform that action at this time.
0 commit comments