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: Fix display of remediation instructions with support library
[strongswan.git]
/
src
/
frontends
/
android
/
build.gradle
1
buildscript {
2
repositories {
3
jcenter()
4
}
5
dependencies {
6
classpath 'com.android.tools.build:gradle:2.1.0'
7
}
8
}
9
10
allprojects {
11
repositories {
12
jcenter()
13
}
14
}