Skip to content

Commit

Permalink
Merge pull request #107 from tradingticket/gz/fix_pom_dependencies/16…
Browse files Browse the repository at this point in the history
…0745697

bump the maven plugin version to fix dependencies issue
  • Loading branch information
guillaumedebavelaere authored Sep 25, 2018
2 parents c3eb00c + 6bf585e commit 04fd7f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,12 @@ buildscript {
repositories {
jcenter()
google()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0-rc02'
classpath 'com.android.tools.build:gradle:3.2.0-rc03'
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.7.3'
classpath 'com.github.dcendents:android-maven-gradle-plugin:1.4.1'
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
classpath 'org.codehaus.groovy:groovy-android-gradle-plugin:1.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "de.mannodermaus.gradle.plugins:android-junit5:1.2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tradeit-android-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ext {
siteUrl = 'https://github.com/tradingticket/AndroidSDK'
gitUrl = 'https://github.com/tradingticket/AndroidSDK.git'

libraryVersion = '1.0.27'
libraryVersion = '1.0.28'

developerId = 'tradingticket'
developerName = 'Trade It'
Expand Down

0 comments on commit 04fd7f9

Please sign in to comment.