Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
9
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
Open sidebar
Mark Murphy
cw-android-q
Commits
cd35cdc7
Commit
cd35cdc7
authored
Jul 28, 2019
by
Mark Murphy
Browse files
upgrade dependencies
parent
5cb3b982
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
build.gradle
build.gradle
+4
-4
No files found.
build.gradle
View file @
cd35cdc7
buildscript
{
ext
.
kotlin_version
=
'1.3.
3
1'
ext
.
kotlin_version
=
'1.3.
4
1'
ext
.
nav_version
=
'2.0.0'
repositories
{
...
...
@@ -8,7 +8,7 @@ buildscript {
}
dependencies
{
classpath
'com.android.tools.build:gradle:3.4.
1
'
classpath
'com.android.tools.build:gradle:3.4.
2
'
classpath
"org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath
"androidx.navigation:navigation-safe-args-gradle-plugin:$nav_version"
}
...
...
@@ -29,10 +29,10 @@ ext {
appcompat_version
=
"1.0.2"
cardview_version
=
"1.0.0"
constraintlayout_version
=
"1.1.3"
coroutines_version
=
"1.
1
.0"
coroutines_version
=
"1.
2
.0"
drawer_version
=
"1.0.0"
koin_version
=
"1.0.2"
lifecycle_version
=
"2.1.0-
alph
a0
4
"
lifecycle_version
=
"2.1.0-
bet
a0
1
"
preference_version
=
"1.0.0"
recyclerview_version
=
"1.0.0"
sharetarget_version
=
"1.0.0-alpha02"
...
...
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