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 <stefan.niedermann@googlemail.com>2017-03-21 13:09:36 +0300
committerStefan Niedermann <stefan.niedermann@googlemail.com>2017-03-21 13:09:36 +0300
commit6425a4a75596c458b6db3933b70980426a855489 (patch)
tree96909ca5acc711912a92015388d1ef637a196926
parent524c60d0da02938b7c545351630a778881bc4c55 (diff)
Minor layout issue and version bump to v0.10.0v0.10.0
-rw-r--r--app/build.gradle4
-rw-r--r--app/src/main/res/layout/fragment_about_license_tab.xml1
2 files changed, 3 insertions, 2 deletions
diff --git a/app/build.gradle b/app/build.gradle
index e5928d99..b492ef89 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -8,8 +8,8 @@ android {
applicationId "it.niedermann.owncloud.notes"
minSdkVersion 11
targetSdkVersion 25
- versionCode 14
- versionName "0.9.0"
+ versionCode 15
+ versionName "0.10.0"
}
buildTypes {
release {
diff --git a/app/src/main/res/layout/fragment_about_license_tab.xml b/app/src/main/res/layout/fragment_about_license_tab.xml
index 1b8d3ecb..73fe550d 100644
--- a/app/src/main/res/layout/fragment_about_license_tab.xml
+++ b/app/src/main/res/layout/fragment_about_license_tab.xml
@@ -35,6 +35,7 @@
style="?android:attr/listSeparatorTextViewStyle"
android:layout_width="match_parent"
android:layout_height="wrap_content"
+ android:layout_marginTop="16dp"
android:text="@string/about_icons_disclaimer_title" />
<TextView