new graddle version

This commit is contained in:
Jacques Foucry 2018-09-27 19:16:52 +02:00
parent ec1dc38cc7
commit 05bb7a1bd9
No known key found for this signature in database
GPG key ID: 6471A4FFEC35F55F
4 changed files with 23 additions and 13 deletions

View file

@ -5,7 +5,7 @@
<GradleProjectSettings>
<option name="distributionType" value="DEFAULT_WRAPPED" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="gradleHome" value="$APPLICATION_HOME_DIR$/gradle/gradle-2.14.1" />
<option name="gradleHome" value="$PROJECT_DIR$/../../../../../local/bin/gradle" />
<option name="modules">
<set>
<option value="$PROJECT_DIR$" />

View file

@ -1,12 +1,13 @@
//noinspection GradleCompatible
apply plugin: 'com.android.application'
android {
compileSdkVersion 26
buildToolsVersion rootProject.ext.buildToolsVersion
compileSdkVersion 27
buildToolsVersion '28.0.0 rc1'
defaultConfig {
applicationId "net.foucry.pilldroid"
minSdkVersion 23
targetSdkVersion 26
minSdkVersion 25
targetSdkVersion 27
versionCode 1
versionName "1.0"
}
@ -18,6 +19,13 @@ android {
}
productFlavors {
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_6
targetCompatibility JavaVersion.VERSION_1_8
}
dexOptions {
incremental true
}
}
repositories {
@ -30,8 +38,8 @@ repositories {
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:recyclerview-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.android.support:support-v4:26.1.0'
compile 'com.android.support:appcompat-v7:27.1.1'
compile 'com.android.support:recyclerview-v7:27.1.1'
compile 'com.android.support:design:27.1.1'
compile 'com.android.support:support-v4:27.1.1'
}

View file

@ -6,16 +6,17 @@ buildscript {
url 'https://maven.google.com/'
name 'Google'
}
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
classpath 'com.android.tools.build:gradle:3.1.4'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}
ext {
compileSdkVersion = 26
compileSdkVersion = '27'
buildToolsVersion = '27.0.1'
}

View file

@ -1,6 +1,7 @@
#Mon Dec 11 14:03:59 CET 2017
#Sat May 19 10:29:00 CEST 2018
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
#distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
distributionUrl=file\:/usr/home/jacques/tmp/gradle-4.4-all.zip