Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
labermt committed Jun 13, 2017
1 parent d77f097 commit a2c6853
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Industry/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: 'com.jfrog.bintray'

// See: http://blog.blundellapps.co.uk/locally-release-an-android-library-for-jcenter-or-maven-central-inclusion/
// See: http://florentchampigny.com/publish-a-library-to-jcenter
// ~/dev/IndustrySampler $ ./gradlew bintrayUpload # // Push artifact to bintray using the gradle task bintrayUpload.

Expand All @@ -15,6 +16,7 @@ ext {
libraryVersion = "0.0.0-alpha0" // The library version

// The library will be: aaaa:BBBB:version
// ex: // compile 'com.kea:Industry:0.0.0-alpha0'

libraryName = 'Industry'
libraryDescription = 'Android library of industrial control custom views.'
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.3.2'
classpath 'com.android.tools.build:gradle:2.3.3'

// https://github.com/bintray/gradle-bintray-plugin
// Required plugins added to classpath to facilitate pushing to Jcenter/Bintray
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'

// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit a2c6853

Please sign in to comment.