update version to 4.3.0

This commit is contained in:
tibbi 2018-09-14 00:05:48 +02:00
parent 64e9603f5b
commit 5c12d1b190

View File

@ -10,8 +10,8 @@ android {
applicationId "com.simplemobiletools.notes" applicationId "com.simplemobiletools.notes"
minSdkVersion 16 minSdkVersion 16
targetSdkVersion 28 targetSdkVersion 28
versionCode 50 versionCode 51
versionName "4.2.0" versionName "4.3.0"
setProperty("archivesBaseName", "notes") setProperty("archivesBaseName", "notes")
} }