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
1
2
.gradle
2
- / local.properties
3
- / .idea
3
+ local.properties
4
+ .idea /
4
5
.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 1
1
# 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.
6
4
#
7
5
# For more details, see
8
6
# http://developer.android.com/guide/developing/tools/proguard.html
9
7
10
- # Add any project specific keep options here:
11
-
12
8
# If your project uses WebView with JS, uncomment the following
13
9
# and specify the fully qualified class name to the JavaScript interface
14
10
# class:
15
11
#-keepclassmembers class fqcn.of.javascript.interface.for.webview {
16
12
# public *;
17
13
#}
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