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