mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
chore: remove gradle-play-publisher
This commit is contained in:
parent
49b6d3bea3
commit
46480500b9
2 changed files with 0 additions and 10 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue