bump version

This commit is contained in:
Felix 2018-01-09 03:14:08 +01:00
parent fd9fb94212
commit ebd66b4c4b

View file

@ -11,8 +11,8 @@ android {
minSdkVersion rootProject.ext.minSDK
targetSdkVersion rootProject.ext.targetSDK
// odd for touch, even for leanback
versionCode 23
versionName "0.2.8"
versionCode 25
versionName "0.2.9"
multiDexEnabled true
}
buildTypes {