We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c6adb4 commit eccb985Copy full SHA for eccb985
2 files changed
build.gradle
@@ -7,15 +7,12 @@ buildscript {
7
dependencies {
8
classpath 'com.android.tools.build:gradle:2.0.0-beta5'
9
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.3'
10
+ classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.6'
11
// NOTE: Do not place your application dependencies here; they belong
12
// in the individual module build.gradle files
13
}
14
15
-plugins {
16
- id "com.jfrog.bintray" version "1.6"
17
-}
18
-
19
allprojects {
20
repositories {
21
jcenter()
expandabletextview/build.gradle
@@ -1,5 +1,6 @@
1
apply plugin: 'com.android.library'
2
apply plugin: 'com.github.dcendents.android-maven'
3
+apply plugin: 'com.jfrog.bintray'
4
5
def fullVersion = '1.0.0-SNAPSHOT'
6
group = 'blogc.at.android'
0 commit comments