Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2020-04-03 11:15:05 +0300
committerStefan Niedermann <info@niedermann.it>2020-04-03 11:15:05 +0300
commite89063bf50a90e5944792c95b9cc2e9bd0ac0139 (patch)
treed70970c0b2287973fe4e84cf90cf45b56e082f3c
parenta4d07aee31eff66288d7727cde0319060c15f936 (diff)
version bump to v2.11.7v2.11.7
-rw-r--r--app/build.gradle4
-rw-r--r--fastlane/metadata/android/en-US/changelogs/2011007.txt4
2 files changed, 5 insertions, 3 deletions
diff --git a/app/build.gradle b/app/build.gradle
index 45bf20cd..9d32fb42 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -13,8 +13,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 14
targetSdkVersion 29
- versionCode 2011006
- versionName "2.11.6"
+ versionCode 2011007
+ versionName "2.11.7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
diff --git a/fastlane/metadata/android/en-US/changelogs/2011007.txt b/fastlane/metadata/android/en-US/changelogs/2011007.txt
index 68dfca7b..556168db 100644
--- a/fastlane/metadata/android/en-US/changelogs/2011007.txt
+++ b/fastlane/metadata/android/en-US/changelogs/2011007.txt
@@ -1 +1,3 @@
-- App crash when selected (#776) \ No newline at end of file
+- 🐞 App crash when selected (#776)
+- 🔧 Dependencies updates
+- 🌎 Language updates \ No newline at end of file