diff --git a/app/build.gradle b/app/build.gradle index 15214c5..b90d6d7 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "net.moasdawiki.app" minSdkVersion 28 // 28 = Android 9 targetSdkVersion 33 // should be same as compileSdkVersion - versionCode 34 - versionName "3.5.1.0" + versionCode 35 + versionName "3.6.0.0" archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode } compileOptions {