Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
Linhome-Android
Commits
e2bd33f2
Commit
e2bd33f2
authored
Jul 02, 2020
by
Christophe Deschamps
Browse files
Update deps
Former-commit-id:
8bf730e1
parent
c9e28637
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
app/build.gradle
app/build.gradle
+4
-4
build.gradle
build.gradle
+2
-2
No files found.
app/build.gradle
View file @
e2bd33f2
...
...
@@ -87,11 +87,11 @@ dependencies {
implementation
'com.google.android.material:material:1.1.0'
implementation
'androidx.constraintlayout:constraintlayout:1.1.3'
implementation
'androidx.vectordrawable:vectordrawable:1.1.0'
implementation
'androidx.navigation:navigation-fragment:2.
2.2
'
implementation
'androidx.navigation:navigation-ui:2.
2.2
'
implementation
'androidx.navigation:navigation-fragment:2.
3.0
'
implementation
'androidx.navigation:navigation-ui:2.
3.0
'
implementation
'androidx.lifecycle:lifecycle-extensions:2.2.0'
implementation
'androidx.navigation:navigation-fragment-ktx:2.
2.2
'
implementation
'androidx.navigation:navigation-ui-ktx:2.
2.2
'
implementation
'androidx.navigation:navigation-fragment-ktx:2.
3.0
'
implementation
'androidx.navigation:navigation-ui-ktx:2.
3.0
'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test.ext:junit:1.1.1'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.2.0'
...
...
build.gradle
View file @
e2bd33f2
buildscript
{
ext
.
kotlin_version
=
'1.3.72'
ext
.
linphone_sdk_version
=
'4
.4.0-alpha
+'
ext
.
linphone_sdk_version
=
'4+'
repositories
{
google
()
...
...
@@ -11,7 +11,7 @@ buildscript {
classpath
'com.android.tools.build:gradle:4.0.0'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
'com.google.gms:google-services:4.3.3'
classpath
"androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0
-rc01
"
classpath
"androidx.navigation:navigation-safe-args-gradle-plugin:2.3.0"
classpath
'com.google.firebase:firebase-crashlytics-gradle:2.2.0'
}
}
...
...
Write
Preview
Markdown
is supported
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