Android: target api 28

This commit is contained in:
Benjamin Gamard 2018-10-18 23:57:08 +02:00
parent 867c3207c5
commit 108d5ae830
2 changed files with 15 additions and 15 deletions

View File

@ -4,7 +4,7 @@ buildscript {
google() google()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.0.1' classpath 'com.android.tools.build:gradle:3.2.1'
} }
} }
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
@ -15,11 +15,11 @@ repositories {
} }
android { android {
compileSdkVersion 26 compileSdkVersion 28
defaultConfig { defaultConfig {
minSdkVersion 14 minSdkVersion 14
targetSdkVersion 26 targetSdkVersion 28
versionCode 1 versionCode 1
versionName '1.0' versionName '1.0'
} }
@ -30,14 +30,14 @@ android {
} }
dependencies { dependencies {
compile fileTree(dir: 'libs', include: '*.jar') implementation fileTree(dir: 'libs', include: '*.jar')
compile 'com.android.support:appcompat-v7:26.1.0' implementation 'com.android.support:appcompat-v7:28.0.0'
compile 'com.android.support:recyclerview-v7:26.1.0' implementation 'com.android.support:recyclerview-v7:28.0.0'
compile 'com.android.support:design:26.1.0' implementation 'com.android.support:design:28.0.0'
compile 'it.sephiroth.android.library.imagezoom:imagezoom:1.0.5' implementation 'it.sephiroth.android.library.imagezoom:imagezoom:1.0.5'
compile 'org.greenrobot:eventbus:3.0.0' implementation 'org.greenrobot:eventbus:3.1.1'
compile 'com.squareup.picasso:picasso:2.5.2' implementation 'com.squareup.picasso:picasso:2.5.2'
compile 'com.squareup.okhttp3:okhttp:3.7.0' implementation 'com.squareup.okhttp3:okhttp:3.10.0'
compile 'com.squareup.okhttp3:okhttp-urlconnection:3.4.0' implementation 'com.squareup.okhttp3:okhttp-urlconnection:3.10.0'
compile 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0' implementation 'com.jakewharton.picasso:picasso2-okhttp3-downloader:1.1.0'
} }

View File

@ -1,6 +1,6 @@
#Tue Nov 14 23:55:56 CET 2017 #Thu Oct 18 22:37:49 CEST 2018
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip