Skip to content

Commit c198580

Browse files
authored
commons-app#171: Bump Triple-T gradle-play-publisher (commons-app#4083)
For alpha builds we use the gradle-play-publisher to automatically package and publish the app. In older versions there was a compatibility bug with Gradle 6.3 (Triple-T/gradle-play-publisher#797). Using the updated version (2.8.1) should fix the problem. There is version 3.0.0, however I've stuck to 2.8.1 as the breaking change of 3.0.0 is that it no longer supports PKCS keys (.p12 files) which we use.
1 parent dc3e066 commit c198580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
2-
id 'com.github.triplet.play' version '2.7.2' apply false
2+
id 'com.github.triplet.play' version '2.8.1' apply false
33
}
44
apply from: '../gitutils.gradle'
55
apply plugin: 'com.android.application'

0 commit comments

Comments
 (0)