File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 590590 <sha256 value="311d83ac67d394076ec21d12ed2d10a44b59cb2929b7dce00e5a90a93842e37d" origin="Generated by Gradle"/>
591591 </artifact>
592592 </component>
593+ <component group="androidx.core" name="core" version="1.19.0">
594+ <artifact name="core-1.19.0.aar">
595+ <sha256 value="55445ad0ff025963929892569a0bfc6b4c68e60d8b7c965dcffba09048c36c8e" origin="Generated by Gradle"/>
596+ </artifact>
597+ </component>
593598 <component group="androidx.core" name="core" version="1.6.0">
594599 <artifact name="core-1.6.0.aar">
595600 <sha256 value="875dbec888c91b05521575fd180cc08824d2c4d12b10b0261b4f9d6825214ef1" origin="Generated by Gradle"/>
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ dependencies {
6969 implementation ' androidx.annotation:annotation:1.10.0'
7070 compileOnly ' com.google.code.findbugs:annotations:3.0.1'
7171
72- implementation " androidx.core:core-ktx:1.18 .0"
72+ implementation " androidx.core:core-ktx:1.19 .0"
7373 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk8:$kotlin_version "
7474 implementation ' com.google.guava:guava:33.6.0-jre'
7575
@@ -123,7 +123,7 @@ tasks.withType(SpotBugsTask){task ->
123123}
124124
125125android {
126- compileSdk = 36
126+ compileSdk = 37
127127
128128 buildTypes {
129129 debug {
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ repositories {
2727}
2828
2929android {
30- compileSdk = 36
30+ compileSdk = 37
3131
3232
3333 packagingOptions {
You can’t perform that action at this time.
0 commit comments