Skip to content
This repository was archived by the owner on May 27, 2024. It is now read-only.

Commit 37fd873

Browse files
authored
chore: changed targetsdk and compilesdk to 29 (#86)
1 parent 72a7ac6 commit 37fd873

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buildSrc/src/main/kotlin/dependencies/Dependencies.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ package dependencies
33
object Dependencies {
44

55
const val minSdk = 21
6-
const val targetSdk = 28
7-
const val compileSdk = 28
6+
const val targetSdk = 29
7+
const val compileSdk = 29
88

99
object Versions {
1010
const val nanoHttp = "2.3.1"

0 commit comments

Comments
 (0)