Skip to content

Commit 801d308

Browse files
committed
update gradle and bump up version
1 parent f73a016 commit 801d308

File tree

4 files changed

+19
-30
lines changed

4 files changed

+19
-30
lines changed

build.gradle

+15-16
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,25 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22

33
buildscript {
4-
repositories {
5-
google()
6-
jcenter()
7-
mavenLocal()
8-
}
9-
dependencies {
10-
classpath 'com.android.tools.build:gradle:3.2.1'
11-
classpath 'com.novoda:bintray-release:0.9'
12-
// NOTE: Do not place your application dependencies here; they belong
13-
// in the individual module build.gradle files
14-
}
4+
repositories {
5+
google()
6+
jcenter()
7+
mavenLocal()
8+
}
9+
dependencies {
10+
classpath 'com.android.tools.build:gradle:3.4.1'
11+
// NOTE: Do not place your application dependencies here; they belong
12+
// in the individual module build.gradle files
13+
}
1514
}
1615

1716
allprojects {
18-
repositories {
19-
google()
20-
jcenter()
21-
}
17+
repositories {
18+
google()
19+
jcenter()
20+
}
2221
}
2322

2423
task clean(type: Delete) {
25-
delete rootProject.buildDir
24+
delete rootProject.buildDir
2625
}

epf/build.gradle

-10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
apply plugin: 'com.android.library'
2-
apply plugin: 'com.novoda.bintray-release'
32

43
android {
54
compileSdkVersion COMPILE_SDK_VERSION as int
@@ -27,12 +26,3 @@ dependencies {
2726
implementation 'androidx.appcompat:appcompat:1.0.0'
2827
compileOnly 'com.google.android.exoplayer:exoplayer-core:2.10.2'
2928
}
30-
31-
publish {
32-
userOrg = USER_ID
33-
groupId = GROUP
34-
artifactId = ARTIFACT_NAME
35-
publishVersion = VERSION_NAME
36-
desc = ARTIFACT_DESCRIPTION
37-
website = SITE_URL
38-
}

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
1111
# This option should only be used with decoupled projects. More details, visit
1212
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
1313
# org.gradle.parallel=true
14-
VERSION_NAME=0.2.3
14+
VERSION_NAME=0.2.4
1515
VERSION_CODE=9
1616
BUILD_TOOLS_VERSION=28.0.3
1717
COMPILE_SDK_VERSION=28
@@ -22,4 +22,4 @@ ARTIFACT_NAME=ExoPlayerFilter
2222
ARTIFACT_DESCRIPTION=This library uses OpenGL Shaders to apply effects on ExoPlayer video at Runtime.
2323
SITE_URL=https://github.com/MasayukiSuda/ExoPlayerFilter
2424
android.useAndroidX=true
25-
android.enableJetifier=true
25+
android.enableJetifier=true
+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Thu Dec 20 16:42:50 JST 2018
1+
#Mon Jul 01 23:18:58 JST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip

0 commit comments

Comments
 (0)