File tree Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Expand file tree Collapse file tree 5 files changed +15
-11
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Goal is to have something as similar to GPUImage as possible. Vertex and fragmen
16
16
17
17
``` groovy
18
18
repositories {
19
- jcenter ()
19
+ mavenCentral ()
20
20
}
21
21
22
22
dependencies {
Original file line number Diff line number Diff line change @@ -7,16 +7,19 @@ buildscript {
7
7
jcenter()
8
8
}
9
9
dependencies {
10
- classpath ' com.android.tools.build:gradle:4.1.0-rc02'
11
- classpath ' com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
12
- classpath ' com.github.dcendents:android-maven-gradle-plugin:2.1'
10
+ classpath ' com.android.tools.build:gradle:4.2.0-beta04'
13
11
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
12
+
13
+ // TODO: Close JCenter on May 1st https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
14
+ // classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.5'
15
+ // classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
14
16
}
15
17
}
16
18
17
19
allprojects {
18
20
repositories {
19
21
google()
22
+ mavenCentral()
20
23
jcenter()
21
24
}
22
25
}
Original file line number Diff line number Diff line change 1
1
distributionBase =GRADLE_USER_HOME
2
2
distributionPath =wrapper/dists
3
- distributionUrl =https\ ://services.gradle.org/distributions/gradle-6.6 .1-bin.zip
3
+ distributionUrl =https://services.gradle.org/distributions/gradle-6.7 .1-bin.zip
4
4
zipStoreBase =GRADLE_USER_HOME
5
- zipStorePath =wrapper/dists
5
+ zipStorePath =wrapper/dists
Original file line number Diff line number Diff line change 49
49
allLicenses = [" Apache-2.0" ]
50
50
}
51
51
52
- apply from : ' https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle'
53
- apply from : ' https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle'
52
+ // TODO: Close JCenter on May 1st https://jfrog.com/blog/into-the-sunset-bintray-jcenter-gocenter-and-chartcenter/
53
+ // apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/bintray-v1.gradle'
54
+ // apply from: 'https://gist.githubusercontent.com/wasabeef/cf14805bee509baf7461974582f17d26/raw/install-v1.gradle'
55
+
56
+ apply from : ' https://gist.githubusercontent.com/wasabeef/2f2ae8d97b429e7d967128125dc47854/raw/maven-central-v1.gradle'
Original file line number Diff line number Diff line change @@ -27,9 +27,7 @@ android {
27
27
}
28
28
}
29
29
repositories {
30
- google()
31
- jcenter()
32
- // maven { url "https://dl.bintray.com/cats-oss/maven" }
30
+ // maven { url = "https://oss.sonatype.org/content/repositories/snapshots"}
33
31
}
34
32
35
33
dependencies {
You can’t perform that action at this time.
0 commit comments