New release
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## 2.6.0.0 (versionCode 26, 2021-05-13)
|
||||||
|
|
||||||
|
- Make GPL-3.0-only licensing more clear
|
||||||
|
|
||||||
## 2.5.2.1 (versionCode 25, 2021-05-08)
|
## 2.5.2.1 (versionCode 25, 2021-05-08)
|
||||||
|
|
||||||
- Update documentation
|
- Update documentation
|
||||||
|
|||||||
+3
-3
@@ -6,8 +6,8 @@ android {
|
|||||||
applicationId "net.moasdawiki.app"
|
applicationId "net.moasdawiki.app"
|
||||||
minSdkVersion 26 // 26 = Oreo 8.0
|
minSdkVersion 26 // 26 = Oreo 8.0
|
||||||
targetSdkVersion 30 // should be same as compileSdkVersion
|
targetSdkVersion 30 // should be same as compileSdkVersion
|
||||||
versionCode 25
|
versionCode 26
|
||||||
versionName "2.5.2.1"
|
versionName "2.6.0.0"
|
||||||
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
|
||||||
}
|
}
|
||||||
sourceSets {
|
sourceSets {
|
||||||
@@ -24,7 +24,7 @@ android {
|
|||||||
}
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'net.moasdawiki:moasdawiki-server:2.5.2'
|
implementation 'net.moasdawiki:moasdawiki-server:2.6.0'
|
||||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||||
implementation 'androidx.appcompat:appcompat:1.2.0'
|
implementation 'androidx.appcompat:appcompat:1.2.0'
|
||||||
implementation 'androidx.preference:preference:1.1.1'
|
implementation 'androidx.preference:preference:1.1.1'
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
- Lizenz GPL-3.0-only klarer herausstellen
|
||||||
@@ -0,0 +1 @@
|
|||||||
|
- Make GPL-3.0-only licensing more clear
|
||||||
Reference in New Issue
Block a user