Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
eyedol committed Jun 4, 2015
2 parents 50bc89f + f4d1310 commit a4d9b10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ buildscript {
dependencies {
classpath 'com.android.tools.build:gradle:1.2.3'
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
classpath 'com.github.triplet.gradle:play-publisher:1.0.4'
classpath 'com.github.triplet.gradle:play-publisher:1.1.0'
classpath 'org.ajoberstar:gradle-git:1.1.0'
}
}
Expand Down
2 changes: 1 addition & 1 deletion smssync/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import org.ajoberstar.grgit.Grgit
apply plugin: 'android-sdk-manager'
apply plugin: 'com.android.application'
apply plugin: 'org.ajoberstar.release-opinion'
apply plugin: 'play'
apply plugin: 'com.github.triplet.play'

def isTravis = "true".equals(System.getenv("TRAVIS"))

Expand Down

0 comments on commit a4d9b10

Please sign in to comment.