Added proguard-project file back as building with it requires it.
Moved .gitignore changes to mobile/.gitignore
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@ -8,29 +8,3 @@ localbuildsettings.py
|
|||||||
# built application files
|
# built application files
|
||||||
*.apk
|
*.apk
|
||||||
*.ap_
|
*.ap_
|
||||||
|
|
||||||
# files for the dex VM
|
|
||||||
*.dex
|
|
||||||
|
|
||||||
# Java class files
|
|
||||||
*.class
|
|
||||||
|
|
||||||
# generated files
|
|
||||||
mobile/bin/
|
|
||||||
mobile/gen/
|
|
||||||
mobile/out/
|
|
||||||
|
|
||||||
# Local configuration file (sdk path, etc)
|
|
||||||
local.properties
|
|
||||||
|
|
||||||
# Eclipse project files
|
|
||||||
.classpath
|
|
||||||
.project
|
|
||||||
|
|
||||||
# IntelliJ IDEA user settings
|
|
||||||
*.iws
|
|
||||||
mobile/.idea/workspace.xml
|
|
||||||
mobile/.idea/tasks.xml
|
|
||||||
|
|
||||||
# Proguard logs
|
|
||||||
mobile/proguard_logs/
|
|
||||||
|
33
mobile/.gitignore
vendored
33
mobile/.gitignore
vendored
@ -1,11 +1,30 @@
|
|||||||
.classpath
|
|
||||||
.project
|
|
||||||
.settings/
|
.settings/
|
||||||
bin/
|
|
||||||
gen/
|
|
||||||
libs/
|
|
||||||
proguard-project.txt
|
|
||||||
local.properties
|
|
||||||
assets/total-conversion-build.user.js
|
assets/total-conversion-build.user.js
|
||||||
assets/user-location.user.js
|
assets/user-location.user.js
|
||||||
assets/plugins/
|
assets/plugins/
|
||||||
|
|
||||||
|
# files for the dex VM
|
||||||
|
*.dex
|
||||||
|
|
||||||
|
# Java class files
|
||||||
|
*.class
|
||||||
|
|
||||||
|
# generated files
|
||||||
|
bin/
|
||||||
|
gen/
|
||||||
|
out/
|
||||||
|
|
||||||
|
# Local configuration file (sdk path, etc)
|
||||||
|
local.properties
|
||||||
|
|
||||||
|
# Eclipse project files
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# IntelliJ IDEA user settings
|
||||||
|
*.iws
|
||||||
|
.idea/workspace.xml
|
||||||
|
.idea/tasks.xml
|
||||||
|
|
||||||
|
# Proguard logs
|
||||||
|
proguard_logs/
|
||||||
|
11
mobile/proguard-project.txt
Normal file
11
mobile/proguard-project.txt
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
# view res/xml/preferences.xml #generated:4
|
||||||
|
-keep class com.cradle.iitc_mobile.IITC_AboutDialogPreference { <init>(...); }
|
||||||
|
|
||||||
|
# view AndroidManifest.xml #generated:23
|
||||||
|
-keep class com.cradle.iitc_mobile.IITC_Mobile { <init>(...); }
|
||||||
|
|
||||||
|
# view AndroidManifest.xml #generated:40
|
||||||
|
-keep class com.cradle.iitc_mobile.IITC_Settings { <init>(...); }
|
||||||
|
|
||||||
|
# view res/layout/activity_main.xml #generated:6
|
||||||
|
-keep class com.cradle.iitc_mobile.IITC_WebView { <init>(...); }
|
Reference in New Issue
Block a user