File tree 2 files changed +7
-2
lines changed
2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change @@ -229,6 +229,11 @@ if(isRunningOnTravis && file('../play.p12').exists()) {
229
229
track = " alpha"
230
230
userFraction = 1
231
231
serviceAccountEmail = System . getenv(" SERVICE_ACCOUNT_NAME" )
232
- pk12File = file(" ../play.p12" )
232
+ serviceAccountCredentials = file(" ../play.p12" )
233
+
234
+ resolutionStrategy = " auto"
235
+ outputProcessor { // this: ApkVariantOutput
236
+ versionNameOverride = " $versionNameOverride . $versionCode "
237
+ }
233
238
}
234
239
}
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ buildscript {
12
12
classpath ' com.getkeepsafe.dexcount:dexcount-gradle-plugin:0.8.2'
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
15
- classpath ' com.github.triplet.gradle:play-publisher:1.2.2 '
15
+ classpath " com.github.triplet.gradle:play-publisher:2.0.0-rc1 "
16
16
}
17
17
}
18
18
You can’t perform that action at this time.
0 commit comments