This commit is contained in:
Dan Ballard 2017-09-23 17:05:58 -07:00
parent 45d56ae601
commit 2da20a5962
2 changed files with 2 additions and 1 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.iml *.iml
*.aar *.aar
*.apk
.gradle .gradle
/local.properties /local.properties
/.idea/workspace.xml /.idea/workspace.xml

View File

@ -8,7 +8,7 @@ android {
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 25 targetSdkVersion 25
versionCode 1 versionCode 1
versionName "1.0" versionName "0.9.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
} }
buildTypes { buildTypes {