Skip to content

Commit

Permalink
build: update android compile sdk from 32 to 33
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmed Moussa <[email protected]>
  • Loading branch information
hamada147 committed Dec 25, 2023
1 parent d0d7d06 commit 6e8aca6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apollo/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -237,11 +237,11 @@ kotlin {

android {
namespace = "io.iohk.atala.prism.apollo"
compileSdk = 32
compileSdk = 33
sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
defaultConfig {
minSdk = 21
targetSdk = 32
targetSdk = 33
}
compileOptions {
sourceCompatibility = JavaVersion.VERSION_11
Expand Down

0 comments on commit 6e8aca6

Please sign in to comment.