Skip to content

Commit f6152af

Browse files
Update .gitignore and ProGuard template
1 parent 076effc commit f6152af

File tree

3 files changed

+17
-11
lines changed

3 files changed

+17
-11
lines changed

.gitignore

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
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/

mediacontroller/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

mediacontroller/proguard-rules.pro

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,21 @@
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

0 commit comments

Comments
 (0)