Bump version to 1.9-dev

This commit is contained in:
Peter Cai 2023-10-09 15:16:13 -04:00
parent c987f3455e
commit 990cf39ed9

View file

@ -16,8 +16,8 @@ android {
applicationId "net.typeblog.shelter"
minSdkVersion 24
targetSdkVersion 34
versionCode 23
versionName "1.8"
versionCode 24
versionName "1.9-dev"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {