Skip to content

Commit

Permalink
no message
Browse files Browse the repository at this point in the history
  • Loading branch information
amalbit committed Feb 25, 2019
1 parent bd9e3ce commit e8c4676
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
7 changes: 5 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,16 @@
buildscript {
repositories {
google()
jcenter()
jcenter()
mavenCentral()
maven {
url "https://jcenter.bintray.com"
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
classpath "com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3"
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.0'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
}
}

Expand All @@ -27,3 +28,5 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}


3 changes: 2 additions & 1 deletion trail/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
apply plugin: 'com.android.library'
apply plugin: 'com.jfrog.bintray'
apply plugin: 'com.github.dcendents.android-maven'

group = 'com.amalbit.trail'
version = '0.2.0'

group='com.github.amalChandran'
//group='com.github.amalChandran'

ext {
bintrayRepo = 'Trail'
Expand Down

0 comments on commit e8c4676

Please sign in to comment.