Skip to content

Commit

Permalink
Update .gitignore to exclude .apk files; Release v3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gigili committed Jul 9, 2020
1 parent c4752b1 commit a847d8e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@
.cxx
*secrets.xml
app/google-services.json
*.jks
*.jks
*.apk
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ android {
applicationId "com.gac.banjalukawifi"
minSdkVersion 21
targetSdkVersion 29
versionCode 12
versionCode 13
versionName "3.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand All @@ -20,8 +20,8 @@ android {
buildTypes {
release {
delete fileTree(dir:'src/main/res/values', include: '**.txt')
minifyEnabled true
shrinkResources true
minifyEnabled false
shrinkResources false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'
buildConfigField("String", "testAdDeviceID", "\"\"")
buildConfigField("Integer", "networkUpdateInterval", "300000") //5 min interval
Expand Down

0 comments on commit a847d8e

Please sign in to comment.