chore: remove gradle-play-publisher

master
andrekir 2023-02-07 18:09:35 -03:00
rodzic 49b6d3bea3
commit 46480500b9
2 zmienionych plików z 0 dodań i 10 usunięć

Wyświetl plik

@ -5,7 +5,6 @@ plugins {
id 'kotlin-parcelize'
id 'kotlinx-serialization'
id 'dagger.hilt.android.plugin'
id 'com.github.triplet.play'
id 'de.mobilej.unmock'
id 'com.google.protobuf'
}
@ -102,13 +101,6 @@ android {
namespace 'com.geeksville.mesh'
}
play {
// configure per https://github.com/Triple-T/gradle-play-publisher#authenticating-gradle-play-publisher
track = 'internal'
defaultToAppBundles = true
serviceAccountCredentials = file("../../play-credentials.json")
}
// per protobuf-gradle-plugin docs, this is recommended for android
protobuf {
protoc {

Wyświetl plik

@ -35,8 +35,6 @@ buildscript {
// protobuf plugin - docs here https://github.com/google/protobuf-gradle-plugin
classpath 'com.google.protobuf:protobuf-gradle-plugin:0.8.19'
classpath 'com.github.triplet.gradle:play-publisher:3.7.0'
// for unit testing https://github.com/bjoernQ/unmock-plugin
classpath 'com.github.bjoernq:unmockplugin:0.7.9'