Skip to content

Commit f2d1ed2

Browse files
committed
Revert to target sdk 34
1 parent 84e69f5 commit f2d1ed2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ plugins {
2929
alias(libs.plugins.kotlinx.serialization) apply false
3030
}
3131

32-
extra["targetSdkVersion"] = 35
32+
extra["targetSdkVersion"] = 34
3333

3434
extra["compileSdkVersion"] = 34
3535

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ protobufjavautil = "3.25.5"
6464
protoc = "3.25.5"
6565
quickcheck = "0.6"
6666
reactiveStreams = "1.0.4"
67-
robolectric = "4.14"
67+
robolectric = "4.12"
6868
runner = "1.0.2"
6969
rxandroid = "2.0.2"
7070
rxjava = "2.1.14"

0 commit comments

Comments
 (0)