Skip to content

Commit

Permalink
Merge pull request #85 from webex/Release/3.11.3
Browse files Browse the repository at this point in the history
Release/3.11.3
  • Loading branch information
raghsund authored Jun 7, 2024
2 parents 0203b8b + c27a3eb commit a59cdd8
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 a59cdd8

Please sign in to comment.