Skip to content

Commit c15d5b9

Browse files
authored
Remove publishing plugins
1 parent 4b609de commit c15d5b9

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

build.gradle

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ buildscript {
2727
}
2828
dependencies {
2929
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'
3230
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
3331
}
3432
}

kotlinpleaseanimate/build.gradle

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,3 @@ ext {
4242
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
4343
allLicenses = ["Apache-2.0"]
4444
}
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

Comments
 (0)