Bump version number to 0.22

This commit is contained in:
Fredrik Fornwall
2015-12-12 00:10:43 +01:00
parent 16273a1981
commit e18579164f

View File

@@ -18,8 +18,8 @@ android {
applicationId "com.termux" applicationId "com.termux"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 23 targetSdkVersion 23
versionCode 21 versionCode 22
versionName "0.21" versionName "0.22"
} }
buildTypes { buildTypes {