Skip to content

Commit

Permalink
Android 14 (#1054)
Browse files Browse the repository at this point in the history
  • Loading branch information
devemux86 authored Aug 12, 2023
1 parent ca90f1e commit a3c226a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ allprojects {
}
}

static def androidCompileSdk() { return 33 }
static def androidCompileSdk() { return 34 }

// 14 for Support Library
static def androidMinSdk() { return 21 }

static def androidTargetSdk() { return 33 }
static def androidTargetSdk() { return 34 }

static def versionCode() { return 1 }

Expand Down

0 comments on commit a3c226a

Please sign in to comment.