1
0
mirror of https://github.com/danog/termux-api.git synced 2025-01-23 05:41:09 +01:00

Bump version to 0.9

This commit is contained in:
Fredrik Fornwall 2016-01-12 14:17:09 +01:00
parent bf5dec5c0d
commit 355fd21433

View File

@ -7,8 +7,8 @@ android {
applicationId "com.termux.api" applicationId "com.termux.api"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 23 targetSdkVersion 23
versionCode 8 versionCode 9
versionName "0.8" versionName "0.9"
} }
buildTypes { buildTypes {