Skip to content

Commit a4d9b10

Browse files
committed
Merge branch 'develop'
2 parents 50bc89f + f4d1310 commit a4d9b10

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
dependencies {
2424
classpath 'com.android.tools.build:gradle:1.2.3'
2525
classpath 'com.jakewharton.sdkmanager:gradle-plugin:0.12.0'
26-
classpath 'com.github.triplet.gradle:play-publisher:1.0.4'
26+
classpath 'com.github.triplet.gradle:play-publisher:1.1.0'
2727
classpath 'org.ajoberstar:gradle-git:1.1.0'
2828
}
2929
}

smssync/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import org.ajoberstar.grgit.Grgit
2121
apply plugin: 'android-sdk-manager'
2222
apply plugin: 'com.android.application'
2323
apply plugin: 'org.ajoberstar.release-opinion'
24-
apply plugin: 'play'
24+
apply plugin: 'com.github.triplet.play'
2525

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

0 commit comments

Comments
 (0)