You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@taverna.apache.org by sa...@apache.org on 2018/02/20 17:18:48 UTC

incubator-taverna-mobile git commit: update gradel configs

Repository: incubator-taverna-mobile
Updated Branches:
  refs/heads/master 0f6f2ee63 -> 79e29e0c6


update gradel configs


Project: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/commit/79e29e0c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/tree/79e29e0c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/diff/79e29e0c

Branch: refs/heads/master
Commit: 79e29e0c634b7f2465e31f69d01768800a77f158
Parents: 0f6f2ee
Author: nyu-zeeshan <s....@gmail.com>
Authored: Tue Feb 20 22:38:29 2018 +0530
Committer: nyu-zeeshan <s....@gmail.com>
Committed: Tue Feb 20 22:38:29 2018 +0530

----------------------------------------------------------------------
 app/build.gradle | 66 +++++++++++++++++++++++++--------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-taverna-mobile/blob/79e29e0c/app/build.gradle
----------------------------------------------------------------------
diff --git a/app/build.gradle b/app/build.gradle
index 699dccd..afd31c7 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -60,69 +60,69 @@ repositories {
 }
 
 dependencies {
-    compile fileTree(dir: 'libs', include: ['*.jar'])
+    implementation fileTree(dir: 'libs', include: ['*.jar'])
     //Dependencies for support library
-    compile "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
-    compile "com.android.support:cardview-v7:$rootProject.supportLibraryVersion"
-    compile "com.android.support:recyclerview-v7:$rootProject.supportLibraryVersion"
-    compile "com.android.support:support-v4:$rootProject.supportLibraryVersion"
-    compile "com.android.support:support-annotations:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:appcompat-v7:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:cardview-v7:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:recyclerview-v7:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:support-v4:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:support-annotations:$rootProject.supportLibraryVersion"
 
-    compile "com.android.support:design:$rootProject.supportLibraryVersion"
-    compile "com.android.support:preference-v7:$rootProject.supportLibraryVersion"
-    compile "com.android.support:preference-v14:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:design:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:preference-v7:$rootProject.supportLibraryVersion"
+    implementation "com.android.support:preference-v14:$rootProject.supportLibraryVersion"
 
     //Dependencies for retofit and okhhtp3
-    compile "com.squareup.retrofit2:retrofit:$rootProject.retrofitVersionLatest"
-    compile "com.squareup.retrofit2:adapter-rxjava2:$rootProject.retrofitVersionLatest"
-    compile "com.squareup.okhttp3:logging-interceptor:$rootProject.okHttp3Version"
-    compile "com.squareup.retrofit2:converter-gson:$rootProject.retrofitVersionLatest"
+    implementation "com.squareup.retrofit2:retrofit:$rootProject.retrofitVersionLatest"
+    implementation "com.squareup.retrofit2:adapter-rxjava2:$rootProject.retrofitVersionLatest"
+    implementation "com.squareup.okhttp3:logging-interceptor:$rootProject.okHttp3Version"
+    implementation "com.squareup.retrofit2:converter-gson:$rootProject.retrofitVersionLatest"
 
-    compile("com.squareup.retrofit2:converter-simplexml:$rootProject.retrofitVersionLatest") {
+    implementation("com.squareup.retrofit2:converter-simplexml:$rootProject.retrofitVersionLatest") {
         exclude group: 'xpp3', module: 'xpp3'
         exclude group: 'stax', module: 'stax-api'
         exclude group: 'stax', module: 'stax'
     }
 
     //Dependencies for butterknife
-    compile "com.jakewharton:butterknife:$rootProject.butterKnifeVersion"
+    implementation "com.jakewharton:butterknife:$rootProject.butterKnifeVersion"
     annotationProcessor "com.jakewharton:butterknife-compiler:$rootProject.butterKnifeVersion"
 
-    compile "io.reactivex.rxjava2:rxjava:2.0.1"
-    compile "io.reactivex.rxjava2:rxandroid:2.0.1"
+    implementation "io.reactivex.rxjava2:rxjava:2.0.1"
+    implementation "io.reactivex.rxjava2:rxandroid:2.0.1"
 
-    compile("org.simpleframework:simple-xml:2.7.+") {
+    implementation("org.simpleframework:simple-xml:2.7.+") {
         exclude module: 'stax'
         exclude module: 'stax-api'
         exclude module: 'xpp3'
     }
 
-    compile 'com.github.bumptech.glide:glide:3.6.0'
-    compile 'com.caverock:androidsvg:1.2.1'
+    implementation 'com.github.bumptech.glide:glide:3.6.0'
+    implementation 'com.caverock:androidsvg:1.2.1'
 
     //Dependencies for dbflow
     annotationProcessor "com.github.Raizlabs.DBFlow:dbflow-processor:$rootProject.raizLabsDBFlow"
-    compile "com.github.Raizlabs.DBFlow:dbflow-core:$rootProject.raizLabsDBFlow"
-    compile "com.github.Raizlabs.DBFlow:dbflow:$rootProject.raizLabsDBFlow"
+    implementation "com.github.Raizlabs.DBFlow:dbflow-core:$rootProject.raizLabsDBFlow"
+    implementation "com.github.Raizlabs.DBFlow:dbflow:$rootProject.raizLabsDBFlow"
 
     //Dependencies for db debug
-    compile "com.facebook.stetho:stetho:$rootProject.stetho"
-    compile "com.facebook.stetho:stetho-okhttp3:$rootProject.stetho"
+    implementation "com.facebook.stetho:stetho:$rootProject.stetho"
+    implementation "com.facebook.stetho:stetho-okhttp3:$rootProject.stetho"
 
     //Dependencies for Image zoom
-    compile "com.github.chrisbanes:PhotoView:1.2.6"
-    compile "com.android.support:multidex:1.0.2"
-    compile "com.google.code.gson:gson:2.8.2"
+    implementation "com.github.chrisbanes:PhotoView:1.2.6"
+    implementation "com.android.support:multidex:1.0.2"
+    implementation "com.google.code.gson:gson:2.8.2"
 
-    compile "com.anton46:stepsview:0.0.2"
+    implementation "com.anton46:stepsview:0.0.2"
 
     //Dependencies for LeakCanary
-    debugCompile "com.squareup.leakcanary:leakcanary-android:$rootProject.leakcanary"
-    releaseCompile "com.squareup.leakcanary:leakcanary-android-no-op:$rootProject.leakcanary"
-    testCompile "com.squareup.leakcanary:leakcanary-android-no-op:$rootProject.leakcanary"
+    debugImplementation "com.squareup.leakcanary:leakcanary-android:$rootProject.leakcanary"
+    releaseImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$rootProject.leakcanary"
+    testImplementation "com.squareup.leakcanary:leakcanary-android-no-op:$rootProject.leakcanary"
 
     //Dependencies for JUNit and unit tests.
-    testCompile "junit:junit:4.12"
-    testCompile "org.mockito:mockito-all:1.10.19"
+    testImplementation "junit:junit:4.12"
+    testImplementation "org.mockito:mockito-all:1.10.19"
 
 }