1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-26 06:11:19 +00:00

Fix com.github.triplet.play dependency setup

This commit is contained in:
Catfriend1 2020-05-17 14:54:41 +02:00
parent 0b3e10ae6b
commit 3d3f1abe72
2 changed files with 5 additions and 7 deletions

View file

@ -1,6 +1,8 @@
apply plugin: 'com.android.application'
apply plugin: 'com.github.ben-manes.versions'
apply plugin: 'com.github.triplet.play'
plugins {
id 'com.android.application'
id 'com.github.ben-manes.versions'
id 'com.github.triplet.play' version '2.7.5'
}
dependencies {
implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746'

View file

@ -14,10 +14,6 @@ buildscript {
}
}
plugins {
id 'com.github.triplet.play' version '2.7.5'
}
allprojects {
repositories {
google()