strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
android: Update Gradle plugin
[strongswan.git]
/
src
/
frontends
/
android
/
build.gradle
1
buildscript {
2
repositories {
3
jcenter()
4
google()
5
}
6
dependencies {
7
classpath 'com.android.tools.build:gradle:3.5.2'
8
}
9
}
10
11
allprojects {
12
repositories {
13
jcenter()
14
google()
15
}
16
}