mirror of
https://github.com/nextcloud/notes-android.git
synced 2024-11-22 12:56:02 +03:00
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:
commit
6775a2c1cd
1 changed files with 2 additions and 2 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue