From 389651b4d2a59fc7eead9108020a5eacbdeb8a80 Mon Sep 17 00:00:00 2001 From: msmannan00 Date: Sat, 16 Mar 2019 23:26:42 +0500 Subject: [PATCH] bug fixes --- .idea/vcs.xml | 6 ++++++ app/build.gradle | 8 ++++---- build.gradle | 2 +- 3 files changed, 11 insertions(+), 5 deletions(-) create mode 100644 .idea/vcs.xml diff --git a/.idea/vcs.xml b/.idea/vcs.xml new file mode 100644 index 00000000..35eb1ddf --- /dev/null +++ b/.idea/vcs.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/app/build.gradle b/app/build.gradle index e177897a..598e90f4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -33,10 +33,10 @@ dependencies { androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2' implementation 'com.google.android.gms:play-services-ads:17.1.1' implementation "cz.msebera.android:httpclient:4.4.1.2" - compile 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1' - compile 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1' - compile 'com.squareup.okhttp3:okhttp:3.4.2' - compile 'org.apache.httpcomponents:httpcore:4.4.1' + implementation 'info.guardianproject.netcipher:netcipher:2.0.0-alpha1' + implementation 'info.guardianproject.netcipher:netcipher-okhttp3:2.0.0-alpha1' + implementation 'com.squareup.okhttp3:okhttp:3.4.2' + implementation 'org.apache.httpcomponents:httpcore:4.4.1' } apply plugin: 'com.android.application' diff --git a/build.gradle b/build.gradle index a65bf842..a35aa10b 100644 --- a/build.gradle +++ b/build.gradle @@ -8,7 +8,7 @@ buildscript { maven { url 'https://jitpack.io' } } dependencies { - classpath 'com.android.tools.build:gradle:3.3.1' + classpath 'com.android.tools.build:gradle:3.3.2' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" } }