File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ android {
6666
6767dependencies {
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
8080apply from : ' publish.gradle'
Original file line number Diff line number Diff line change @@ -49,11 +49,11 @@ String getSubmissionUrl() {
4949
5050dependencies {
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}
You can’t perform that action at this time.
0 commit comments