Remove need for unused permissions and add Play Store link

This commit is contained in:
2017-02-09 01:51:01 -07:00
parent 4314ea8bed
commit 3b68728339
4 changed files with 17 additions and 2 deletions
+2 -2
View File
@@ -91,8 +91,8 @@ android {
applicationId "com.exactresistorcalculator"
minSdkVersion 16
targetSdkVersion 22
versionCode 1
versionName "1.0"
versionCode 4
versionName "1.0.0"
ndk {
abiFilters "armeabi-v7a", "x86"
}