Bump app version to 0.56

This commit is contained in:
Fredrik Fornwall
2017-11-19 20:54:16 +01:00
parent fc4ef838bf
commit 02af113dda

View File

@@ -14,8 +14,8 @@ android {
applicationId "com.termux" applicationId "com.termux"
minSdkVersion 21 minSdkVersion 21
targetSdkVersion 27 targetSdkVersion 27
versionCode 55 versionCode 56
versionName "0.55" versionName "0.56"
} }
buildTypes { buildTypes {