diff --git a/build.gradle b/build.gradle index 05e0aeb7f..0d5c12667 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ allprojects { ext { androidApplicationId = 'org.cryptomator' androidVersionCode = getVersionCode() - androidVersionName = '1.6.6' + androidVersionName = '1.6.7' } repositories { mavenCentral() diff --git a/fastlane/metadata/android/de-DE/changelogs/default.txt b/fastlane/metadata/android/de-DE/changelogs/default.txt index 7562a50d0..413692c63 100644 --- a/fastlane/metadata/android/de-DE/changelogs/default.txt +++ b/fastlane/metadata/android/de-DE/changelogs/default.txt @@ -1 +1 @@ -- App-Absturz behoben, wenn der für den automatischen Upload angegebene Tresor nicht mehr existiert und der Upload beginnt \ No newline at end of file +- Automatischer Upload bei Geräten mit Android Version 10 behoben \ No newline at end of file diff --git a/fastlane/metadata/android/en-US/changelogs/default.txt b/fastlane/metadata/android/en-US/changelogs/default.txt index b9bf647b3..ccbf9fab4 100644 --- a/fastlane/metadata/android/en-US/changelogs/default.txt +++ b/fastlane/metadata/android/en-US/changelogs/default.txt @@ -1 +1 @@ -- Fixed app crash when vault specified for auto upload doesn't exist anymore and upload starts \ No newline at end of file +- Fixed auto upload via devices running Android version 10 \ No newline at end of file diff --git a/fastlane/release-notes.html b/fastlane/release-notes.html index 473fc0b6c..d18e9f07c 100644 --- a/fastlane/release-notes.html +++ b/fastlane/release-notes.html @@ -1,3 +1,3 @@ \ No newline at end of file diff --git a/presentation/src/apkstore/AndroidManifest.xml b/presentation/src/apkstore/AndroidManifest.xml new file mode 100644 index 000000000..f0b9b94c5 --- /dev/null +++ b/presentation/src/apkstore/AndroidManifest.xml @@ -0,0 +1,8 @@ + + + + + + + diff --git a/presentation/src/main/AndroidManifest.xml b/presentation/src/main/AndroidManifest.xml index 5b155c10d..5852673c5 100644 --- a/presentation/src/main/AndroidManifest.xml +++ b/presentation/src/main/AndroidManifest.xml @@ -10,7 +10,6 @@ -