We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b609de commit c15d5b9Copy full SHA for c15d5b9
build.gradle
@@ -27,8 +27,6 @@ buildscript {
27
}
28
dependencies {
29
classpath 'com.android.tools.build:gradle:3.4.2'
30
- classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
31
- classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
32
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
33
34
kotlinpleaseanimate/build.gradle
@@ -42,8 +42,3 @@ ext {
42
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
43
allLicenses = ["Apache-2.0"]
44
45
-
46
47
48
-apply from: rootProject.file('gradle/install-v1.gradle')
49
-apply from: rootProject.file('gradle/bintray-android-v1.gradle')
0 commit comments