increase versionCode & name

This commit is contained in:
basti564 2022-02-17 21:49:33 +01:00
parent 9cb32f2528
commit 13cd2fea58

View File

@ -11,8 +11,8 @@ android {
applicationId "com.bos.oculess"
minSdkVersion 23
targetSdkVersion 30
versionCode 5
versionName "1.3"
versionCode 6
versionName "1.3.1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}