Skip to content

Commit ce4c175

Browse files
Update dependencies (#79)
Co-authored-by: Bartosz Litwiniuk <>
1 parent d932b1f commit ce4c175

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

backtrace-library/build.gradle

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,15 @@ android {
6666

6767
dependencies {
6868
implementation fileTree(dir: 'libs', include: ['*.jar'])
69-
implementation 'com.google.code.gson:gson:2.9.1'
70-
implementation 'androidx.appcompat:appcompat:1.5.0'
69+
implementation 'com.google.code.gson:gson:2.10'
70+
implementation 'androidx.appcompat:appcompat:1.5.1'
7171
implementation 'com.squareup:tape:1.2.3'
7272
testImplementation 'junit:junit:4.13.2'
7373
androidTestImplementation 'net.jodah:concurrentunit:0.4.4'
74-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
75-
androidTestImplementation 'androidx.test:rules:1.4.0'
76-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
77-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
74+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
75+
androidTestImplementation 'androidx.test:rules:1.5.0'
76+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
77+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
7878
}
7979

8080
apply from: 'publish.gradle'

example-app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ String getSubmissionUrl() {
4949

5050
dependencies {
5151
implementation fileTree(include: ['*.jar'], dir: 'libs')
52-
implementation 'androidx.appcompat:appcompat:1.5.0'
52+
implementation 'androidx.appcompat:appcompat:1.5.1'
5353
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
5454
testImplementation 'junit:junit:4.13.2'
55-
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
56-
androidTestImplementation 'androidx.test:rules:1.4.0'
57-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
55+
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
56+
androidTestImplementation 'androidx.test:rules:1.5.0'
57+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'
5858
implementation project(':backtrace-library')
5959
}

0 commit comments

Comments
 (0)