Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
os
AccountManager
Commits
8f40f142
Commit
8f40f142
authored
May 09, 2022
by
Abhishek Aggarwal
Browse files
AccountManager: Ditch Jcenter
parent
b401ce62
Changes
2
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
8f40f142
...
...
@@ -129,7 +129,7 @@ dependencies {
implementation
'androidx.paging:paging-runtime-ktx:2.1.0'
implementation
'androidx.preference:preference:1.1.0'
implementation
'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0-alpha03'
implementation
'com.google.android:flexbox:
1.1
.0'
implementation
'com.google.android
.flexbox
:flexbox:
3.0
.0'
implementation
'com.google.android.material:material:1.2.0-alpha03'
implementation
'androidx.browser:browser:1.0.0'
...
...
build.gradle
View file @
8f40f142
...
...
@@ -14,8 +14,8 @@ buildscript {
]
repositories
{
jcenter
()
google
()
mavenCentral
()
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.5.3'
...
...
@@ -26,8 +26,8 @@ buildscript {
allprojects
{
repositories
{
jcenter
()
google
()
mavenCentral
()
maven
{
url
'https://jitpack.io'
}
}
}
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