Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
The Tor Project
Anti-censorship
Pluggable Transports
Snowflake Mobile
Commits
7919aa9f
Commit
7919aa9f
authored
Oct 16, 2020
by
HashikD
Browse files
Upgraded dependencies
parent
0156264f
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
7919aa9f
apply
plugin:
'com.android.application'
android
{
compileSdkVersion
29
compileSdkVersion
30
buildToolsVersion
"29.0.3"
defaultConfig
{
applicationId
"org.torproject.snowflake"
minSdkVersion
21
targetSdkVersion
29
targetSdkVersion
30
versionCode
1
versionName
"1.0"
...
...
@@ -30,13 +30,13 @@ android {
dependencies
{
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
'androidx.appcompat:appcompat:1.
1
.0'
implementation
'androidx.constraintlayout:constraintlayout:
1.1.3
'
implementation
'androidx.appcompat:appcompat:1.
2
.0'
implementation
'androidx.constraintlayout:constraintlayout:
2.0.2
'
implementation
'androidx.preference:preference:1.1.1'
implementation
'androidx.legacy:legacy-support-v4:1.0.0'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.
1
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2
.0'
androidTestImplementation
'androidx.test.ext:junit:1.1.
2
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
3
.0'
// Retrofit & OkHttp
implementation
'com.squareup.retrofit2:retrofit:2.7.2'
...
...
build.gradle
View file @
7919aa9f
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:4.0.
0
'
classpath
'com.android.tools.build:gradle:4.0.
1
'
// NOTE: Do not place your application dependencies here; they belong
...
...
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