Compare commits

...

6 Commits

Author SHA1 Message Date
Herbert Reiter 9a967c58eb New release 2023-01-01 12:09:34 +01:00
Herbert Reiter d0afd9bd8a Update copyright year 2023-01-01 12:07:18 +01:00
Herbert Reiter 3fd1567ccf New release 2023-01-01 12:04:49 +01:00
Herbert Reiter 7d14124bde Update to moasdawiki-server 3.6.0 2023-01-01 12:04:00 +01:00
Herbert Reiter 84bef6b9c1 Upgrade library dependencies 2023-01-01 12:03:14 +01:00
Herbert Reiter 976317437e Upgrade Gradle 2023-01-01 12:02:42 +01:00
18 changed files with 31 additions and 19 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog # Changelog
## 3.6.0.0 (versionCode 35, 2023-01-01)
- Update to moasdawiki-server 3.6.0
- Upgrade library dependencies
- Update copyright year
## 3.5.1.0 (versionCode 34, 2022-11-12) ## 3.5.1.0 (versionCode 34, 2022-11-12)
- Update to moasdawiki-server 3.5.1 - Update to moasdawiki-server 3.5.1
+6 -6
View File
@@ -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 34 versionCode 35
versionName "3.5.1.0" versionName "3.6.0.0"
archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode archivesBaseName = "moasdawiki-" + versionName + "-" + versionCode
} }
compileOptions { compileOptions {
@@ -22,13 +22,13 @@ android {
} }
dependencies { dependencies {
implementation 'net.moasdawiki:moasdawiki-server:3.5.1' implementation 'net.moasdawiki:moasdawiki-server:3.6.0'
implementation fileTree(include: ['*.jar'], dir: 'libs') implementation fileTree(include: ['*.jar'], dir: 'libs')
// androidx.appcompat:appcompat:1.5.0 causes dependency conflict, waiting for 1.5.1 // androidx.appcompat:appcompat:1.5.0 causes dependency conflict, waiting for 1.6
// https://stackoverflow.com/questions/73406969/duplicate-class-androidx-lifecycle-viewmodellazy-found-in-modules-lifecycle-view // https://stackoverflow.com/questions/73406969/duplicate-class-androidx-lifecycle-viewmodellazy-found-in-modules-lifecycle-view
implementation 'androidx.appcompat:appcompat:1.4.2' implementation 'androidx.appcompat:appcompat:1.4.2'
// androidx.preference 1.2.0 causes dependency conflict // androidx.preference 1.2.0 causes dependency conflict
implementation 'androidx.preference:preference:1.1.1' implementation 'androidx.preference:preference:1.1.1'
compileOnly 'org.jetbrains:annotations:23.0.0' compileOnly 'org.jetbrains:annotations:23.1.0'
testImplementation 'org.testng:testng:7.6.1' testImplementation 'org.testng:testng:7.7.1'
} }
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -1,6 +1,6 @@
/* /*
* MoasdaWiki App * MoasdaWiki App
* Copyright (C) 2008 - 2022 Herbert Reiter (herbert@moasdawiki.net) * Copyright (C) 2008 - 2023 Herbert Reiter (herbert@moasdawiki.net)
* *
* This program is free software: you can redistribute it and/or modify it * This program is free software: you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 3 as published * under the terms of the GNU General Public License version 3 as published
@@ -0,0 +1,3 @@
- Auf moasdawiki-server 3.6.0 aktualisieren
- Bibliotheks-Abhängigkeiten aktualisieren
- Copyright-Jahr aktualisieren
@@ -0,0 +1,3 @@
- Update to moasdawiki-server 3.6.0
- Upgrade library dependencies
- Update copyright year
Binary file not shown.
+1 -1
View File
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-7.4.2-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-7.6-bin.zip
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists