Skip to content

Commit

Permalink
Merge pull request #702 from PhenoApps/string-and-minify-fixes
Browse files Browse the repository at this point in the history
strings and minify
  • Loading branch information
trife authored Aug 4, 2023
2 parents 7781a49 + 10d3773 commit 1301ae4
Show file tree
Hide file tree
Showing 12 changed files with 860 additions and 893 deletions.
3 changes: 0 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ gradlew.bat
# Local configuration file (sdk path, etc)
local.properties

# Proguard folder generated by Eclipse
proguard/

# Log Files
*.log

Expand Down
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ android {
debug {
clean
debuggable true
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.txt'
manifestPlaceholders = [crashlyticsCollectionEnabled: "false"]
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}

Expand Down
2 changes: 2 additions & 0 deletions app/proguard-rules.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
-keep public class com.fieldbook.tracker.**

856 changes: 856 additions & 0 deletions app/src/main/res/values/strings.xml

Large diffs are not rendered by default.

35 changes: 0 additions & 35 deletions app/src/main/res/values/strings_about.xml

This file was deleted.

161 changes: 0 additions & 161 deletions app/src/main/res/values/strings_brapi.xml

This file was deleted.

Loading

0 comments on commit 1301ae4

Please sign in to comment.