From 801d3084139105cc0f73658d36d45859668daf94 Mon Sep 17 00:00:00 2001 From: MasayukiSuda Date: Mon, 1 Jul 2019 23:22:21 +0900 Subject: [PATCH] update gradle and bump up version --- build.gradle | 31 ++++++++++++------------ epf/build.gradle | 10 -------- gradle.properties | 4 +-- gradle/wrapper/gradle-wrapper.properties | 4 +-- 4 files changed, 19 insertions(+), 30 deletions(-) diff --git a/build.gradle b/build.gradle index 12346bc..a55b83d 100644 --- a/build.gradle +++ b/build.gradle @@ -1,26 +1,25 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. buildscript { - repositories { - google() - jcenter() - mavenLocal() - } - dependencies { - classpath 'com.android.tools.build:gradle:3.2.1' - classpath 'com.novoda:bintray-release:0.9' - // NOTE: Do not place your application dependencies here; they belong - // in the individual module build.gradle files - } + repositories { + google() + jcenter() + mavenLocal() + } + dependencies { + classpath 'com.android.tools.build:gradle:3.4.1' + // NOTE: Do not place your application dependencies here; they belong + // in the individual module build.gradle files + } } allprojects { - repositories { - google() - jcenter() - } + repositories { + google() + jcenter() + } } task clean(type: Delete) { - delete rootProject.buildDir + delete rootProject.buildDir } diff --git a/epf/build.gradle b/epf/build.gradle index 7c65875..df57741 100644 --- a/epf/build.gradle +++ b/epf/build.gradle @@ -1,5 +1,4 @@ apply plugin: 'com.android.library' -apply plugin: 'com.novoda.bintray-release' android { compileSdkVersion COMPILE_SDK_VERSION as int @@ -27,12 +26,3 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.0' compileOnly 'com.google.android.exoplayer:exoplayer-core:2.10.2' } - -publish { - userOrg = USER_ID - groupId = GROUP - artifactId = ARTIFACT_NAME - publishVersion = VERSION_NAME - desc = ARTIFACT_DESCRIPTION - website = SITE_URL -} diff --git a/gradle.properties b/gradle.properties index e128d4d..5636a05 100644 --- a/gradle.properties +++ b/gradle.properties @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m # This option should only be used with decoupled projects. More details, visit # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -VERSION_NAME=0.2.3 +VERSION_NAME=0.2.4 VERSION_CODE=9 BUILD_TOOLS_VERSION=28.0.3 COMPILE_SDK_VERSION=28 @@ -22,4 +22,4 @@ ARTIFACT_NAME=ExoPlayerFilter ARTIFACT_DESCRIPTION=This library uses OpenGL Shaders to apply effects on ExoPlayer video at Runtime. SITE_URL=https://github.com/MasayukiSuda/ExoPlayerFilter android.useAndroidX=true -android.enableJetifier=true \ No newline at end of file +android.enableJetifier=true diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index 5e8a0bd..2801200 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ -#Thu Dec 20 16:42:50 JST 2018 +#Mon Jul 01 23:18:58 JST 2019 distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists zipStoreBase=GRADLE_USER_HOME zipStorePath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip