diff options
author | Arne Schwabe <arne@rfc2549.org> | 2016-01-28 17:12:59 +0100 |
---|---|---|
committer | Arne Schwabe <arne@rfc2549.org> | 2016-01-28 17:12:59 +0100 |
commit | 2fe0c6581fa271aa990ed1df051d27ff1460d2ed (patch) | |
tree | 3c27e1e8092d1f4afd755654e93ea213798fbdfa /vpndialogxposed | |
parent | b85d1b4e2427b9e8c0e85df7d0a0871e85b23306 (diff) |
Update copyright in about dialog
Diffstat (limited to 'vpndialogxposed')
-rw-r--r-- | vpndialogxposed/build.gradle | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vpndialogxposed/build.gradle b/vpndialogxposed/build.gradle index 8cf90ce2..06a2e50e 100644 --- a/vpndialogxposed/build.gradle +++ b/vpndialogxposed/build.gradle @@ -1,5 +1,5 @@ repositories { - mavenCentral() + jcenter() } configurations { @@ -9,7 +9,7 @@ apply plugin: 'com.android.application' dependencies { compile 'com.intellij:annotations:12.0' - provided files ('libs/XposedBridgeApi.jar') + provided files('libs/XposedBridgeApi.jar') } |