New release
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
# Changelog
|
||||
|
||||
## 3.6.2.1 (versionCode 38, 2023-08-07)
|
||||
|
||||
- Fix Gradle build issue
|
||||
|
||||
## 3.6.2.0 (versionCode 37, 2023-08-05)
|
||||
|
||||
- Update to moasdawiki-server 3.6.2
|
||||
|
||||
+2
-2
@@ -7,8 +7,8 @@ android {
|
||||
applicationId "net.moasdawiki.app"
|
||||
minSdk 28 // 28 = Android 9
|
||||
targetSdk 33 // should be same as compileSdk
|
||||
versionCode 37
|
||||
versionName "3.6.2.0"
|
||||
versionCode 38
|
||||
versionName "3.6.2.1"
|
||||
}
|
||||
compileOptions {
|
||||
sourceCompatibility JavaVersion.VERSION_11
|
||||
|
||||
Reference in New Issue
Block a user