From aea1ecb6d8e3a4d2248bd140f76d2d9e0a646a8e Mon Sep 17 00:00:00 2001 From: Gavriil Sitnikov Date: Mon, 29 Aug 2016 00:56:26 +0300 Subject: [PATCH] manifest added --- build.gradle | 5 ++--- src/main/AndroidManifest.xml | 1 + 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 src/main/AndroidManifest.xml diff --git a/build.gradle b/build.gradle index 7031109..a98b531 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ apply plugin: 'me.tatarka.retrolambda' android { compileSdkVersion 24 - buildToolsVersion "23.0.3" + buildToolsVersion "24.0.2" compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 @@ -17,7 +17,6 @@ android { } dependencies { - - provided 'com.android.support:support-annotations:24.1.1' + provided 'com.android.support:support-annotations:24.2.0' provided 'io.reactivex:rxandroid:1.2.1' } diff --git a/src/main/AndroidManifest.xml b/src/main/AndroidManifest.xml new file mode 100644 index 0000000..e052450 --- /dev/null +++ b/src/main/AndroidManifest.xml @@ -0,0 +1 @@ + \ No newline at end of file