From 5c9957f5408703ced14687f004aa30009cdd84c2 Mon Sep 17 00:00:00 2001 From: Konrad Renner Date: Sat, 30 Jan 2016 12:11:41 +0100 Subject: [PATCH] updated french translation, bugfixing, new com.android.support bugfix versions --- .idea/misc.xml | 2 +- app/app.iml | 30 ++++++++++++------------------ app/build.gradle | 14 +++++++------- 3 files changed, 20 insertions(+), 26 deletions(-) diff --git a/.idea/misc.xml b/.idea/misc.xml index 5484635..3adce03 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -27,7 +27,7 @@ - + \ No newline at end of file diff --git a/app/app.iml b/app/app.iml index 5406c74..3060132 100644 --- a/app/app.iml +++ b/app/app.iml @@ -65,36 +65,30 @@ - - + - - - - - + + + + - - - - - - + + @@ -105,23 +99,23 @@ + - - + + - + + - - \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index 34a438f..e3ed6fa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -8,8 +8,8 @@ android { applicationId "org.kore.kolabnotes.android" minSdkVersion 16 targetSdkVersion 23 - versionCode 53 - versionName "1.6.0" + versionCode 54 + versionName "1.6.1" //Running test testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -35,14 +35,14 @@ dependencies { transitive = true } compile 'com.github.konradrenner:kolabnotes-java:2.2.1' - compile 'com.android.support:support-v4:23.1.0' - compile 'com.android.support:appcompat-v7:23.1.0' - compile 'com.android.support:recyclerview-v7:23.1.0' - compile 'com.android.support:cardview-v7:23.1.0' + compile 'com.android.support:support-v4:23.1.1' + compile 'com.android.support:appcompat-v7:23.1.1' + compile 'com.android.support:recyclerview-v7:23.1.1' + compile 'com.android.support:cardview-v7:23.1.1' compile 'jp.wasabeef:richeditor-android:1.0.0' // Add dependency for UI test androidTestCompile 'com.android.support.test.espresso:espresso-core:2.2.1' androidTestCompile 'com.android.support.test:runner:0.4.1' - androidTestCompile 'com.android.support:support-annotations:23.1.0' + androidTestCompile 'com.android.support:support-annotations:23.1.1' }