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:
parent
0b3e10ae6b
commit
3d3f1abe72
2 changed files with 5 additions and 7 deletions
|
@ -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'
|
||||
|
|
|
@ -14,10 +14,6 @@ buildscript {
|
|||
}
|
||||
}
|
||||
|
||||
plugins {
|
||||
id 'com.github.triplet.play' version '2.7.5'
|
||||
}
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
|
|
Loading…
Reference in a new issue