mirror of
https://github.com/ethauvin/android-about-box.git
synced 2025-04-24 18:27:11 -07:00
Bump version for immediate release
This commit is contained in:
parent
b577541efa
commit
da75a1835c
1 changed files with 4 additions and 4 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue