1
0
mirror of https://github.com/danog/termux-api.git synced 2024-11-26 20:04:42 +01:00

Bump version to 0.30

This commit is contained in:
Fredrik Fornwall 2019-01-25 02:43:24 +01:00
parent 3cf36400e2
commit 7631220fc1

View File

@ -7,8 +7,8 @@ android {
applicationId "com.termux.api" applicationId "com.termux.api"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 28 targetSdkVersion 28
versionCode 29 versionCode 30
versionName "0.29" versionName "0.30"
} }
buildTypes { buildTypes {