Skip to content

Commit

Permalink
Merge pull request #754 from anthonycr/dev
Browse files Browse the repository at this point in the history
Fixing play store build
  • Loading branch information
anthonycr authored Sep 2, 2019
2 parents 7fd1ef5 + 0ae89d8 commit 50c0e14
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,10 @@ android {
shrinkResources true
proguardFiles 'proguard-project.txt'
testCoverageEnabled false

ndk {
abiFilters "arm64-v8a", "armeabi-v7a", "armeabi", "mips"
}
}
}

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ ext {

versionName = '5.0.1'
versionCode_lite = 100
versionCode_plus = 98
versionCode_plus = 99
}

0 comments on commit 50c0e14

Please sign in to comment.