Commit 7f81b44 1 parent 5505203 commit 7f81b44 Copy full SHA for 7f81b44
File tree 3 files changed +8
-8
lines changed
3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ configurations {
114
114
}
115
115
116
116
dependencies {
117
- implementation ' io.sentry:sentry-android:1.7.14 '
117
+ implementation ' io.sentry:sentry-android:1.7.21 '
118
118
119
119
implementation " androidx.appcompat:appcompat:1.0.2"
120
120
implementation " androidx.legacy:legacy-support-v4:$androidx_version "
@@ -123,7 +123,7 @@ dependencies {
123
123
implementation " com.google.android.material:material:$androidx_version "
124
124
implementation " androidx.leanback:leanback:$androidx_version "
125
125
implementation " androidx.recyclerview:recyclerview:$androidx_version "
126
- implementation " androidx.core:core-ktx:1.0.1 "
126
+ implementation " androidx.core:core-ktx:1.0.2 "
127
127
implementation " androidx.constraintlayout:constraintlayout:1.1.3"
128
128
implementation " androidx.work:work-runtime-ktx:$androidx_work_version "
129
129
implementation ' com.squareup.picasso:picasso:2.71828'
@@ -173,7 +173,7 @@ dependencies {
173
173
174
174
testImplementation " androidx.test.ext:junit:$junit "
175
175
testImplementation " org.robolectric:robolectric:$robolectric_version "
176
- testImplementation ' org.mockito:mockito-core:2.23.0 '
176
+ testImplementation ' org.mockito:mockito-core:2.24.5 '
177
177
testImplementation " io.mockk:mockk:1.9.1"
178
178
179
179
testImplementation " androidx.test:core:$test_core "
Original file line number Diff line number Diff line change 5
5
buildscript {
6
6
ext. androidx_version = ' 1.0.0'
7
7
ext. architecture_components_version = ' 2.0.0'
8
- ext. kotlin_version = ' 1.3.30 '
8
+ ext. kotlin_version = ' 1.3.31 '
9
9
ext. coroutines_version = ' 1.0.1'
10
10
ext. moz_components_version = ' 0.54.0'
11
11
ext. androidx_work_version = ' 2.0.1'
@@ -34,7 +34,7 @@ buildscript {
34
34
dependencies {
35
35
// If you ever see strange Gradle behavior that looks related to the version,
36
36
// double check that this matches build.gradle.kts
37
- classpath ' com.android.tools.build:gradle:3.3.2 '
37
+ classpath ' com.android.tools.build:gradle:3.4.1 '
38
38
39
39
classpath ' org.ajoberstar:grgit:1.5.0'
40
40
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
@@ -75,12 +75,12 @@ configurations {
75
75
}
76
76
77
77
dependencies {
78
- ktlint " com.github.shyiko :ktlint:0.27 .0"
78
+ ktlint " com.pinterest :ktlint:0.33 .0"
79
79
}
80
80
81
81
task ktlint (type : JavaExec , group : " verification" ) {
82
82
description = " Check Kotlin code style."
83
83
classpath = configurations. ktlint
84
- main = " com.github.shyiko .ktlint.Main"
84
+ main = " com.pinterest .ktlint.Main"
85
85
args " **/*.kt"
86
86
}
Original file line number Diff line number Diff line change @@ -13,5 +13,5 @@ repositories {
13
13
14
14
dependencies {
15
15
// We cannot share dependencies with the project because we can't access buildscript.ext.
16
- implementation(" com.android.tools.build:gradle:3.3.2 " )
16
+ implementation(" com.android.tools.build:gradle:3.4.1 " )
17
17
}
You can’t perform that action at this time.
0 commit comments