Skip to content

Commit

Permalink
Target Android 15
Browse files Browse the repository at this point in the history
  • Loading branch information
PoopJournal committed Aug 26, 2024
1 parent 2690793 commit 8f24516
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ plugins {

android {
namespace = "rocks.poopjournal.fucksgiven"
compileSdk = 34
compileSdk = 35


defaultConfig {

applicationId = "rocks.poopjournal.fucksgiven"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0.0"

Expand Down

0 comments on commit 8f24516

Please sign in to comment.