diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser new file mode 100644 index 0000000..d8fbee9 Binary files /dev/null and b/.idea/caches/build_file_checksums.ser differ diff --git a/.idea/jarRepositories.xml b/.idea/jarRepositories.xml new file mode 100644 index 0000000..8ad84a3 --- /dev/null +++ b/.idea/jarRepositories.xml @@ -0,0 +1,45 @@ + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules.xml b/.idea/modules.xml index b6ec605..d29cd44 100644 --- a/.idea/modules.xml +++ b/.idea/modules.xml @@ -2,8 +2,8 @@ - - + + \ No newline at end of file diff --git a/Entwicklung.iml b/.idea/modules/kolabnotes-android.iml similarity index 51% rename from Entwicklung.iml rename to .idea/modules/kolabnotes-android.iml index 4fe1738..a807f92 100644 --- a/Entwicklung.iml +++ b/.idea/modules/kolabnotes-android.iml @@ -1,17 +1,17 @@ - + - - - + + diff --git a/CHANGELOG.md b/CHANGELOG.md index 7131eb7..212c0ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/). You can also have a look on the GitHub release page: https://github.com/konradrenner/kolabnotes-android/releases +## [4.0.1] - 2020-07-30 +### Fixed +- GitHub issue 188 (thanks to Reimar Döffinger!) + ## [4.0.0] - 2019-10-18 ### Added - Android Q support @@ -104,7 +108,8 @@ You can also have a look on the GitHub release page: https://github.com/konradre ### Fixed - First stable release, support for all major features of the Kolab notes format -[Unreleased]: https://github.com/konradrenner/kolabnotes-android/compare/4.0.0...HEAD +[Unreleased]: https://github.com/konradrenner/kolabnotes-android/compare/4.0.1...HEAD +[4.0.1]: https://github.com/konradrenner/kolabnotes-android/compare/3.2.1...4.0.1 [4.0.0]: https://github.com/konradrenner/kolabnotes-android/compare/3.2.1...4.0.0 [3.2.1]: https://github.com/konradrenner/kolabnotes-android/compare/3.2.0...3.2.1 [3.2.0]: https://github.com/konradrenner/kolabnotes-android/compare/3.1.3...3.2.0 diff --git a/app/app.iml b/app/app.iml index 0761ec2..b3f7954 100644 --- a/app/app.iml +++ b/app/app.iml @@ -1,11 +1,11 @@ - + @@ -19,8 +19,8 @@ @@ -97,7 +97,8 @@ - + + diff --git a/app/build.gradle b/app/build.gradle index 750b14f..fb8d678 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.kore.kolabnotes.android" minSdkVersion 16 targetSdkVersion 29 - versionCode 101 - versionName "4.0.0" + versionCode 102 + versionName "4.0.1" //Running test testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" diff --git a/build.gradle b/build.gradle index b640f15..b7a8e12 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { google() } dependencies { - classpath 'com.android.tools.build:gradle:3.6.1' + classpath 'com.android.tools.build:gradle:4.0.1' } } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index afe7acf..7cc04c4 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Fri Mar 20 14:17:52 CET 2020 +#Fri Jul 03 11:50:19 CEST 2020 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-6.1.1-all.zip