Skip to content

Commit

Permalink
Merge pull request #84 from raghsund/3.11.3
Browse files Browse the repository at this point in the history
Revert targetSDK
  • Loading branch information
raghsund authored Jun 7, 2024
2 parents 70c3179 + 424e7b8 commit c27a3eb
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 c27a3eb

Please sign in to comment.