Skip to content

Commit

Permalink
update gradle and bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
MasayukiSuda committed Jul 1, 2019
1 parent f73a016 commit 801d308
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 30 deletions.
31 changes: 15 additions & 16 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -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
}
10 changes: 0 additions & 10 deletions epf/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
apply plugin: 'com.android.library'
apply plugin: 'com.novoda.bintray-release'

android {
compileSdkVersion COMPILE_SDK_VERSION as int
Expand Down Expand Up @@ -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
}
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
android.enableJetifier=true
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 801d308

Please sign in to comment.