diff --git a/CHANGELOG.md b/CHANGELOG.md index ee8c85f..1b1619a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # 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) - Update documentation diff --git a/app/build.gradle b/app/build.gradle index 681950a..f344996 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -6,8 +6,8 @@ android { applicationId "net.moasdawiki.app" minSdkVersion 26 // 26 = Oreo 8.0 targetSdkVersion 30 // should be same as compileSdkVersion - versionCode 25 - versionName "2.5.2.1" + versionCode 26 + versionName "2.6.0.0" archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode } sourceSets { @@ -24,7 +24,7 @@ android { } dependencies { - implementation 'net.moasdawiki:moasdawiki-server:2.5.2' + implementation 'net.moasdawiki:moasdawiki-server:2.6.0' implementation fileTree(include: ['*.jar'], dir: 'libs') implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.preference:preference:1.1.1' diff --git a/fastlane/metadata/android/de/changelogs/26.txt b/fastlane/metadata/android/de/changelogs/26.txt new file mode 100644 index 0000000..307289e --- /dev/null +++ b/fastlane/metadata/android/de/changelogs/26.txt @@ -0,0 +1 @@ +- Lizenz GPL-3.0-only klarer herausstellen \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/26.txt b/fastlane/metadata/android/en-US/changelogs/26.txt new file mode 100644 index 0000000..9ee38b9 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/26.txt @@ -0,0 +1 @@ +- Make GPL-3.0-only licensing more clear \ No newline at end of file