Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
raghsund committed Jun 7, 2024
1 parent 95d81af commit 424e7b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ object Versions {
const val koin= "2.2.3"

const val ndkVersion = "24.0.8215888"
const val buildTools = "33.0.2"
const val buildTools = "30.0.3"

const val compileSdk = 33
const val targetSdk = 33
const val targetSdk = 29
const val minSdk = 24

const val cmake = "3.24.0+"
Expand Down

0 comments on commit 424e7b8

Please sign in to comment.