Skip to content

Commit

Permalink
#171: Bump Triple-T gradle-play-publisher (#4083)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
domdomegg authored Dec 7, 2020
1 parent dc3e066 commit c198580
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'com.github.triplet.play' version '2.7.2' apply false
id 'com.github.triplet.play' version '2.8.1' apply false
}
apply from: '../gitutils.gradle'
apply plugin: 'com.android.application'
Expand Down

0 comments on commit c198580

Please sign in to comment.