Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Conversations
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Android-smartphones
Conversations
Commits
3cf469a4
Commit
3cf469a4
authored
5 years ago
by
Daniel Gultsch
Browse files
Options
Downloads
Patches
Plain Diff
update some dependencies
parent
e49ad3d5
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
build.gradle
+5
-4
5 additions, 4 deletions
build.gradle
gradle/wrapper/gradle-wrapper.properties
+2
-2
2 additions, 2 deletions
gradle/wrapper/gradle-wrapper.properties
with
7 additions
and
6 deletions
build.gradle
+
5
−
4
View file @
3cf469a4
...
...
@@ -6,7 +6,7 @@ buildscript {
jcenter
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.
5.3
'
classpath
'com.android.tools.build:gradle:3.
6.1
'
}
}
...
...
@@ -33,13 +33,14 @@ ext {
}
dependencies
{
//should remain that low because later versions introduce dependency to androidx (not sure exactly from what version)
playstoreImplementation
(
'com.google.firebase:firebase-messaging:17.3.4'
)
{
exclude
group:
'com.google.firebase'
,
module:
'firebase-core'
exclude
group:
'com.google.firebase'
,
module:
'firebase-analytics'
exclude
group:
'com.google.firebase'
,
module:
'firebase-measurement-connector'
}
conversationsPlaystoreCompatImplementation
(
"com.android.installreferrer:installreferrer:1.1"
)
conversationsPlaystoreSystemImplementation
(
"com.android.installreferrer:installreferrer:1.1"
)
conversationsPlaystoreCompatImplementation
(
"com.android.installreferrer:installreferrer:1.1
.2
"
)
conversationsPlaystoreSystemImplementation
(
"com.android.installreferrer:installreferrer:1.1
.2
"
)
implementation
'org.sufficientlysecure:openpgp-api:10.0'
implementation
(
'com.theartofdev.edmodo:android-image-cropper:2.7.+'
)
{
exclude
group:
'com.android.support'
,
module:
'appcompat-v7'
...
...
@@ -74,7 +75,7 @@ dependencies {
implementation
"com.squareup.retrofit2:retrofit:2.6.4"
implementation
"com.squareup.retrofit2:converter-gson:2.6.4"
//okhttp needs to stick with 3.12.x
implementation
'com.squareup.okhttp3:okhttp:3.12.
7
'
implementation
'com.squareup.okhttp3:okhttp:3.12.
10
'
implementation
'com.google.guava:guava:27.1-android'
quicksyImplementation
'io.michaelrocks:libphonenumber-android:8.11.1'
}
...
...
This diff is collapsed.
Click to expand it.
gradle/wrapper/gradle-wrapper.properties
+
2
−
2
View file @
3cf469a4
#
Wed Apr 24
1
0
:5
0:09
CE
S
T 20
19
#
Thu Mar 19
1
1
:5
1:26
CET 20
20
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
4.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-5.
6.4
-all.zip
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment