File tree Expand file tree Collapse file tree 4 files changed +19
-30
lines changed
Expand file tree Collapse file tree 4 files changed +19
-30
lines changed Original file line number Diff line number Diff line change 11// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
33buildscript {
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
1716allprojects {
18- repositories {
19- google()
20- jcenter()
21- }
17+ repositories {
18+ google()
19+ jcenter()
20+ }
2221}
2322
2423task clean (type : Delete ) {
25- delete rootProject. buildDir
24+ delete rootProject. buildDir
2625}
Original file line number Diff line number Diff line change 11apply plugin : ' com.android.library'
2- apply plugin : ' com.novoda.bintray-release'
32
43android {
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- }
Original file line number Diff line number Diff 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
1515VERSION_CODE =9
1616BUILD_TOOLS_VERSION =28.0.3
1717COMPILE_SDK_VERSION =28
@@ -22,4 +22,4 @@ ARTIFACT_NAME=ExoPlayerFilter
2222ARTIFACT_DESCRIPTION =This library uses OpenGL Shaders to apply effects on ExoPlayer video at Runtime.
2323SITE_URL =https://github.com/MasayukiSuda/ExoPlayerFilter
2424android.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
22distributionBase =GRADLE_USER_HOME
33distributionPath =wrapper/dists
44zipStoreBase =GRADLE_USER_HOME
55zipStorePath =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