1
0
Fork 0
mirror of https://github.com/ethauvin/android-about-box.git synced 2025-04-25 02:37:11 -07:00

Bump version for immediate release

This commit is contained in:
Michael Mee 2017-10-08 11:52:21 -07:00
parent b577541efa
commit da75a1835c

View file

@ -5,14 +5,14 @@ apply plugin: 'com.github.dcendents.android-maven'
group='com.github.eggheadgames' group='com.github.eggheadgames'
android { android {
compileSdkVersion 24 compileSdkVersion 25
buildToolsVersion "25.0.2" buildToolsVersion "25.0.3"
defaultConfig { defaultConfig {
minSdkVersion 15 minSdkVersion 15
targetSdkVersion 24 targetSdkVersion 24
versionCode 6 versionCode 7
versionName "1.3.0" versionName "1.3.1"
} }
buildTypes { buildTypes {
release { release {