Skip to content

Commit

Permalink
Flash: Update to API 34
Browse files Browse the repository at this point in the history
Change-Id: I420677f6e9e0acd2d14b3ff2eaa93ef7546e6ee8
  • Loading branch information
luca020400 authored and NurKeinNeid committed Nov 11, 2023
1 parent 8d06e19 commit 6bb1d8b
Show file tree
Hide file tree
Showing 5 changed files with 89 additions and 62 deletions.
5 changes: 3 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -36,12 +36,13 @@ fun getCommitHash(): String {
}

android {
compileSdk = 33
compileSdk = 34
namespace = "org.derpfest.flash"

defaultConfig {
applicationId = "org.derpfest.flash"
minSdk = 26
targetSdk = 33
targetSdk = 34
versionCode = 1
versionName = getCommitHash()
}
Expand Down
Loading

0 comments on commit 6bb1d8b

Please sign in to comment.