1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-12-23 03:11:30 +00:00

Updated triplet play plugin to 3.7.0 (gradle compat)

This commit is contained in:
Simon Frei 2022-11-27 23:16:55 +01:00
parent 4366e0fbf4
commit a85cec550e
No known key found for this signature in database
GPG key ID: 7C31D23ECB1006F3

View file

@ -1,7 +1,7 @@
plugins {
id 'com.android.application'
id 'com.github.ben-manes.versions'
id 'com.github.triplet.play' version '2.8.0'
id 'com.github.triplet.play' version '3.7.0'
}
dependencies {
@ -33,11 +33,6 @@ android {
buildTypes.debug.applicationIdSuffix ".debug"
buildFeatures.dataBinding = true
playConfigs {
defaultAccountConfig {
serviceAccountCredentials = file(System.getenv("SYNCTHING_RELEASE_PLAY_ACCOUNT_CONFIG_FILE") ?: 'keys.json')
}
}
defaultConfig {
applicationId "com.nutomic.syncthingandroid"
minSdkVersion 21