projects
/
PrivacyBrowser.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove form data options from API >= 26. https://redmine.stoutner.com/issues/185
[PrivacyBrowser.git]
/
build.gradle
diff --git
a/build.gradle
b/build.gradle
index f903bec373bd78a382dbc52f75bf6e3330ea2baa..0fe4c068c54bfd3f0ecf92b016ce7346b74eaa41 100644
(file)
--- a/
build.gradle
+++ b/
build.gradle
@@
-1,5
+1,5
@@
/*
/*
- * Copyright © 2016-201
7
Soren Stoutner <soren@stoutner.com>.
+ * Copyright © 2016-201
8
Soren Stoutner <soren@stoutner.com>.
*
* This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
*
*
* This file is part of Privacy Browser <https://www.stoutner.com/privacy-browser>.
*
@@
-22,13
+22,10
@@
buildscript {
repositories {
jcenter()
buildscript {
repositories {
jcenter()
- maven {
- url 'https://maven.google.com/'
- name 'Google'
- }
+ google()
}
dependencies {
}
dependencies {
- classpath 'com.android.tools.build:gradle:3.
0.1
'
+ classpath 'com.android.tools.build:gradle:3.
1.2
'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
@@
-38,9
+35,6
@@
buildscript {
allprojects {
repositories {
jcenter()
allprojects {
repositories {
jcenter()
- maven {
- url 'https://maven.google.com/'
- name 'Google'
- }
+ google()
}
}
-}
+}
\ No newline at end of file