Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
PublicAndroidApps
Nebulo
Commits
3bd1a465
Commit
3bd1a465
authored
Jun 18, 2019
by
Daniel Wolf
Browse files
Updated dependencies
parent
518c1c04
Pipeline
#4762
passed with stage
in 5 minutes and 32 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/build.gradle
View file @
3bd1a465
...
...
@@ -83,7 +83,7 @@ android {
}
dependencies
{
def
room_version
=
"2.1.0
-alpha06
"
def
room_version
=
"2.1.0"
implementation
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
implementation
"org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
...
...
@@ -102,7 +102,7 @@ dependencies {
implementation
'androidx.appcompat:appcompat:1.0.2'
implementation
"androidx.preference:preference:1.0.0"
implementation
"androidx.room:room-runtime:
2.1.0-beta01
"
implementation
"androidx.room:room-runtime:
$room_version
"
kapt
"androidx.room:room-compiler:$room_version"
implementation
"androidx.room:room-coroutines:2.1.0-alpha04"
testImplementation
"androidx.room:room-testing:$room_version"
...
...
@@ -112,8 +112,8 @@ dependencies {
implementation
'io.sentry:sentry-android:1.7.16'
implementation
'com.github.anrwatchdog:anrwatchdog:1.4.0'
implementation
'androidx.constraintlayout:constraintlayout:2.0.0-beta
1
'
implementation
'androidx.constraintlayout:constraintlayout:2.0.0-beta
2
'
testImplementation
'junit:junit:4.12'
androidTestImplementation
'androidx.test:runner:1.
1.1
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
1.1
'
androidTestImplementation
'androidx.test:runner:1.
2.0
'
androidTestImplementation
'androidx.test.espresso:espresso-core:3.
2.0
'
}
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