Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Wade
DnsChanger
Commits
39d09810
Commit
39d09810
authored
Apr 10, 2018
by
Daniel Wolf
Browse files
Updated libraries
parent
5dbd8321
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
39d09810
...
...
@@ -35,11 +35,11 @@ android {
}
dependencies
{
implementation
'com.android.support:appcompat-v7:27.1.
0
'
implementation
'com.android.support:cardview-v7:27.1.
0
'
implementation
'com.android.support:recyclerview-v7:27.1.
0
'
implementation
'com.android.support:preference-v14:27.1.
0
'
implementation
'com.android.support:design:27.1.
0
'
implementation
'com.android.support:appcompat-v7:27.1.
1
'
implementation
'com.android.support:cardview-v7:27.1.
1
'
implementation
'com.android.support:recyclerview-v7:27.1.
1
'
implementation
'com.android.support:preference-v14:27.1.
1
'
implementation
'com.android.support:design:27.1.
1
'
implementation
project
(
path:
':AndroidUtils:library'
)
testImplementation
'junit:junit:4.12'
testImplementation
"org.robolectric:robolectric:3.6.1"
...
...
dnschangertests/build.gradle
View file @
39d09810
...
...
@@ -27,10 +27,10 @@ dependencies {
androidTestImplementation
(
'com.android.support.test.espresso:espresso-core:2.2.2'
,
{
exclude
group:
'com.android.support'
,
module:
'support-annotations'
})
implementation
'com.android.support:appcompat-v7:27.1.
0
'
implementation
'com.android.support:cardview-v7:27.1.
0
'
implementation
'com.android.support:recyclerview-v7:27.1.
0
'
implementation
'com.android.support:preference-v14:27.1.
0
'
implementation
'com.android.support:appcompat-v7:27.1.
1
'
implementation
'com.android.support:cardview-v7:27.1.
1
'
implementation
'com.android.support:recyclerview-v7:27.1.
1
'
implementation
'com.android.support:preference-v14:27.1.
1
'
implementation
project
(
path:
':AndroidUtils:library'
)
testImplementation
'junit:junit:4.12'
implementation
'dnsjava:dnsjava:2.1.8'
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment