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" } }