From df10927bb9ff31ac59bb2b3b9300805455769e15 Mon Sep 17 00:00:00 2001 From: cimenmus Date: Sat, 9 Jun 2018 13:17:03 +0300 Subject: [PATCH] libraries updated --- .idea/caches/build_file_checksums.ser | Bin 538 -> 538 bytes .idea/misc.xml | 2 +- app/build.gradle | 51 +++++++++++++++----------- 3 files changed, 31 insertions(+), 22 deletions(-) diff --git a/.idea/caches/build_file_checksums.ser b/.idea/caches/build_file_checksums.ser index 3b2b4e65380a45146f8a1e0cb4c93dec26f379ef..3e6a61834a0aa0a762ccfc8fead872be6acb50f2 100644 GIT binary patch delta 33 rcmV++0N($a1eyepm;~esKpnB1Z2=J%_st{l$$AvFtd)Bp1cZ@z;FJyM delta 33 pcmbQmGK*!x43;x;=bbjr$z>EY_@kJ4XL%T_ON~{w*Lyba3IO5f4J!Zu diff --git a/.idea/misc.xml b/.idea/misc.xml index c0f68ed..99202cc 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -25,7 +25,7 @@ - + diff --git a/app/build.gradle b/app/build.gradle index b40dda5..9c9abfe 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -1,12 +1,12 @@ apply plugin: 'com.android.application' android { - compileSdkVersion 26 + compileSdkVersion 27 buildToolsVersion '27.0.3' defaultConfig { applicationId "ch.pizzapp.capri" minSdkVersion 16 - targetSdkVersion 26 + targetSdkVersion 27 versionCode 6 // play store'daki version : 5 versionName "1.14" // play store'daki version : 1.13 testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" @@ -24,30 +24,39 @@ dependencies { androidTestImplementation('com.android.support.test.espresso:espresso-core:2.2.2', { exclude group: 'com.android.support', module: 'support-annotations' }) - implementation 'com.android.support:appcompat-v7:26.0.1' - implementation 'com.android.support.constraint:constraint-layout:1.0.2' - implementation 'com.android.support:recyclerview-v7:26.0.1' - implementation 'com.android.support:cardview-v7:26.0.1' - implementation 'com.google.android.gms:play-services-maps:11.0.4' - implementation 'com.google.android.gms:play-services-location:11.0.4' + + implementation "com.android.support:support-compat:27.1.1" + implementation 'com.android.support:appcompat-v7:27.1.1' + implementation 'com.android.support:design:27.1.1' + implementation 'com.android.support:support-v13:27.1.1' + implementation 'com.android.support:recyclerview-v7:27.1.1' + implementation 'com.android.support:cardview-v7:27.1.1' + + implementation 'com.google.android.gms:play-services-base:15.0.1' + implementation 'com.google.android.gms:play-services-location:15.0.1' + + implementation 'com.squareup.retrofit2:retrofit:2.3.0' + implementation 'com.squareup.retrofit2:converter-gson:2.3.0' implementation 'com.squareup.picasso:picasso:2.5.2' - implementation 'com.squareup.retrofit2:retrofit:2.1.0' - implementation 'com.squareup.retrofit2:converter-gson:2.0.0' - implementation 'com.squareup.okhttp3:okhttp:3.5.0' - implementation 'uk.co.chrisjenx:calligraphy:2.2.0' - implementation 'com.jakewharton:butterknife:8.5.1' + implementation 'com.squareup.okhttp3:okhttp:3.9.1' + implementation 'com.squareup.okhttp3:logging-interceptor:3.9.1' + + implementation 'com.jakewharton:butterknife:8.8.1' + annotationProcessor 'com.jakewharton:butterknife-compiler:8.8.1' implementation 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' - implementation 'com.wdullaer:materialdatetimepicker:3.1.1' - implementation 'com.github.ittianyu:BottomNavigationViewEx:1.1.3' - implementation 'com.github.bumptech.glide:glide:3.7.0' - implementation 'io.nlopez.smartlocation:library:3.3.1' - implementation 'com.afollestad.material-dialogs:core:0.9.4.5' + implementation 'com.github.AndroidDeveloperLB:DialogShard:3' implementation 'com.github.HITGIF:TextFieldBoxes:1.3.3' - implementation 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.3' - implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0' + implementation 'com.github.ittianyu:BottomNavigationViewEx:1.2.4' + implementation 'com.github.bumptech.glide:glide:4.5.0' implementation 'com.github.badoualy:stepper-indicator:1.0.7' + implementation 'io.github.luizgrp.sectionedrecyclerviewadapter:sectionedrecyclerviewadapter:1.1.3' + + implementation 'com.afollestad.material-dialogs:core:0.9.6.0' + implementation 'uk.co.chrisjenx:calligraphy:2.3.0' + implementation 'com.wdullaer:materialdatetimepicker:3.1.1' + implementation 'io.nlopez.smartlocation:library:3.3.3' implementation 'q.rorbin:badgeview:1.1.0' + testImplementation 'junit:junit:4.12' - annotationProcessor 'com.jakewharton:butterknife-compiler:8.5.1' }