Skip to content

Commit 99c4355

Browse files
authored
Merge pull request #488 from code-payments/chore/target-api-34
build: update targetSdkVersion to 34
2 parents b6aaf41 + 3688c09 commit 99c4355

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/src/main/java/Dependencies.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object Android {
55
const val versionCode = 409
66
const val compileSdkVersion = 34
77
const val minSdkVersion = 24
8-
const val targetSdkVersion = 33
8+
const val targetSdkVersion = 34
99
const val testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1010
const val buildToolsVersion = "34.0.0"
1111
}

0 commit comments

Comments
 (0)