From 1370b4e798d3940c9581bebef6b249b938cdf1a4 Mon Sep 17 00:00:00 2001 From: Schoumi Date: Thu, 6 Dec 2018 18:11:08 +0100 Subject: [PATCH] Release 1.1.0 --- app/build.gradle | 12 ++++++------ app/src/main/AndroidManifest.xml | 4 ++-- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index c9a3073..93300aa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "org.eu.exodus_privacy.exodusprivacy" minSdkVersion 16 targetSdkVersion 27 - versionCode 4 - versionName "1.0.4" + versionCode 5 + versionName "1.1.0" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" } buildTypes { @@ -34,9 +34,9 @@ dependencies { androidTestCompile('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - compile 'com.android.support:appcompat-v7:27.1.0' - compile 'com.android.support.constraint:constraint-layout:1.0.2' - compile 'com.android.support:design:27.1.0' - compile 'com.android.support:recyclerview-v7:27.1.0' + compile 'com.android.support:appcompat-v7:27.1.1' + compile 'com.android.support.constraint:constraint-layout:1.1.3' + compile 'com.android.support:design:27.1.1' + compile 'com.android.support:recyclerview-v7:27.1.1' testCompile 'junit:junit:4.12' } diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml index 905ac9c..131f449 100644 --- a/app/src/main/AndroidManifest.xml +++ b/app/src/main/AndroidManifest.xml @@ -1,5 +1,6 @@ @@ -11,13 +12,12 @@ android:roundIcon="@mipmap/ic_launcher_round" android:supportsRtl="true" android:theme="@style/AppTheme" - > + tools:ignore="GoogleAppIndexingWarning"> -