Merge pull request #1702 from nextcloud/chore/bump-main

chore: Increment minor version on main branch with fastlane incrementVersion type:minor
This commit is contained in:
Andy Scherzinger 2023-04-11 13:46:04 +02:00 committed by GitHub
commit 6775a2c1cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,8 +14,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 23
targetSdkVersion 33
versionCode 40000000
versionName "4.0.0 Alpha 1"
versionCode 40010000
versionName "4.1.0 Alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
javaCompileOptions {
annotationProcessorOptions {