Skip to content

Commit eccb985

Browse files
committed
go back to old gradle syntax for plugins
1 parent 1c6adb4 commit eccb985

2 files changed

Lines changed: 2 additions & 4 deletions

File tree

build.gradle

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,12 @@ buildscript {
77
dependencies {
88
classpath 'com.android.tools.build:gradle:2.0.0-beta5'
99
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10+
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
1011
// NOTE: Do not place your application dependencies here; they belong
1112
// in the individual module build.gradle files
1213
}
1314
}
1415

15-
plugins {
16-
id "com.jfrog.bintray" version "1.6"
17-
}
18-
1916
allprojects {
2017
repositories {
2118
jcenter()

expandabletextview/build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
apply plugin: 'com.android.library'
22
apply plugin: 'com.github.dcendents.android-maven'
3+
apply plugin: 'com.jfrog.bintray'
34

45
def fullVersion = '1.0.0-SNAPSHOT'
56
group = 'blogc.at.android'

0 commit comments

Comments
 (0)