New release
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 3.4.4.0 (versionCode 30, 2022-04-14)
|
||||||
|
|
||||||
|
- Update to moasdawiki-server 3.4.4
|
||||||
|
- Upgrade library dependencies
|
||||||
|
|
||||||
## 3.2.1.0 (versionCode 29, 2021-12-29)
|
## 3.2.1.0 (versionCode 29, 2021-12-29)
|
||||||
|
|
||||||
- Update Gradle version in moasdawiki-server and in app to fix build issue
|
- Update Gradle version in moasdawiki-server and in app to fix build issue
|
||||||
|
|||||||
+2
-2
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.moasdawiki.app"
|
applicationId "net.moasdawiki.app"
|
||||||
minSdkVersion 28 // 28 = Android 9
|
minSdkVersion 28 // 28 = Android 9
|
||||||
targetSdkVersion 31 // should be same as compileSdkVersion
|
targetSdkVersion 31 // should be same as compileSdkVersion
|
||||||
versionCode 29
|
versionCode 30
|
||||||
versionName "3.2.1.0"
|
versionName "3.4.4.0"
|
||||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
|
|||||||
Reference in New Issue
Block a user