Skip to content

Commit 34bf804

Browse files
authored
Merge branch 'develop' into feat/reveal-identity
2 parents f31225a + 99c4355 commit 34bf804

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

buildSrc/src/main/java/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
object Android {
44
const val namespace = "com.getcode"
5-
const val versionCode = 408
5+
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)