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:
parent
4366e0fbf4
commit
a85cec550e
1 changed files with 1 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue