Skip to content

Commit

Permalink
add extra newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
thestinger committed Jan 15, 2025
1 parent 5a9f2ac commit 53b93d2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,20 @@ android {
sourceCompatibility = JavaVersion.VERSION_17
targetCompatibility = JavaVersion.VERSION_17
}

kotlinOptions {
jvmTarget = "17"
}

buildFeatures {
compose = true
buildConfig = true
}

androidResources {
generateLocaleConfig = true
}

buildTypes {
release {
isMinifyEnabled = true
Expand Down

0 comments on commit 53b93d2

Please sign in to comment.