Bump version name

This commit is contained in:
Philipp Heckel 2021-11-23 22:51:02 -05:00
parent 012eff78e7
commit 38696d4140

View file

@ -12,8 +12,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 6
versionName "1.1.3"
versionCode 7
versionName "1.2.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
@ -23,7 +23,6 @@ android {
arguments += ["room.schemaLocation": "$projectDir/schemas".toString()]
}
}
}
buildTypes {