New release
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.6.1.0 (versionCode 36, 2023-04-29)
|
||||||
|
|
||||||
|
- Update to moasdawiki-server 3.6.1
|
||||||
|
- Upgrade library dependencies
|
||||||
|
|
||||||
## 3.6.0.0 (versionCode 35, 2023-01-01)
|
## 3.6.0.0 (versionCode 35, 2023-01-01)
|
||||||
|
|
||||||
- Update to moasdawiki-server 3.6.0
|
- Update to moasdawiki-server 3.6.0
|
||||||
|
|||||||
+2
-2
@@ -7,8 +7,8 @@ android {
|
|||||||
applicationId "net.moasdawiki.app"
|
applicationId "net.moasdawiki.app"
|
||||||
minSdkVersion 28 // 28 = Android 9
|
minSdkVersion 28 // 28 = Android 9
|
||||||
targetSdkVersion 33 // should be same as compileSdkVersion
|
targetSdkVersion 33 // should be same as compileSdkVersion
|
||||||
versionCode 35
|
versionCode 36
|
||||||
versionName "3.6.0.0"
|
versionName "3.6.1.0"
|
||||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user