mirror of
https://github.com/syncthing/syncthing-android.git
synced 2024-11-26 14:21:16 +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'
|
plugins {
|
||||||
apply plugin: 'com.github.ben-manes.versions'
|
id 'com.android.application'
|
||||||
apply plugin: 'com.github.triplet.play'
|
id 'com.github.ben-manes.versions'
|
||||||
|
id 'com.github.triplet.play' version '2.7.5'
|
||||||
|
}
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746'
|
implementation 'eu.chainfire:libsuperuser:1.1.0.202004101746'
|
||||||
|
|
|
@ -14,10 +14,6 @@ buildscript {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
plugins {
|
|
||||||
id 'com.github.triplet.play' version '2.7.5'
|
|
||||||
}
|
|
||||||
|
|
||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
|
|
Loading…
Reference in a new issue