File tree 4 files changed +19
-30
lines changed
4 files changed +19
-30
lines changed Original file line number Diff line number Diff line change 1
1
// Top-level build file where you can add configuration options common to all sub-projects/modules.
2
2
3
3
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
+ }
15
14
}
16
15
17
16
allprojects {
18
- repositories {
19
- google()
20
- jcenter()
21
- }
17
+ repositories {
18
+ google()
19
+ jcenter()
20
+ }
22
21
}
23
22
24
23
task clean (type : Delete ) {
25
- delete rootProject. buildDir
24
+ delete rootProject. buildDir
26
25
}
Original file line number Diff line number Diff line change 1
1
apply plugin : ' com.android.library'
2
- apply plugin : ' com.novoda.bintray-release'
3
2
4
3
android {
5
4
compileSdkVersion COMPILE_SDK_VERSION as int
@@ -27,12 +26,3 @@ dependencies {
27
26
implementation ' androidx.appcompat:appcompat:1.0.0'
28
27
compileOnly ' com.google.android.exoplayer:exoplayer-core:2.10.2'
29
28
}
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
- }
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx1536m
11
11
# This option should only be used with decoupled projects. More details, visit
12
12
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
13
13
# org.gradle.parallel=true
14
- VERSION_NAME =0.2.3
14
+ VERSION_NAME =0.2.4
15
15
VERSION_CODE =9
16
16
BUILD_TOOLS_VERSION =28.0.3
17
17
COMPILE_SDK_VERSION =28
@@ -22,4 +22,4 @@ ARTIFACT_NAME=ExoPlayerFilter
22
22
ARTIFACT_DESCRIPTION =This library uses OpenGL Shaders to apply effects on ExoPlayer video at Runtime.
23
23
SITE_URL =https://github.com/MasayukiSuda/ExoPlayerFilter
24
24
android.useAndroidX =true
25
- android.enableJetifier =true
25
+ android.enableJetifier =true
Original file line number Diff line number Diff line change 1
- # Thu Dec 20 16:42:50 JST 2018
1
+ # Mon Jul 01 23:18:58 JST 2019
2
2
distributionBase =GRADLE_USER_HOME
3
3
distributionPath =wrapper/dists
4
4
zipStoreBase =GRADLE_USER_HOME
5
5
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
You can’t perform that action at this time.
0 commit comments