Skip to content

Commit

Permalink
F*ck Android 14
Browse files Browse the repository at this point in the history
  • Loading branch information
LuftVerbot committed Aug 18, 2024
1 parent d91bfbf commit 3b5b515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion app/.gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
/build
/release
/release
/debug
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ android {
compileSdk = 34
defaultConfig {
applicationId = "dev.brahmkshatriya.echo.extension.deezer"
minSdk = 24
targetSdk = 34
}

buildTypes {
Expand Down Expand Up @@ -57,8 +59,6 @@ abstract class EchoExtensionPlugin : Plugin<Project> {
project.afterEvaluate {
project.extensions.configure<AppExtension>("android") {
defaultConfig.apply {
minSdk = 24
targetSdk = 34
with(echoExtension) {
resValue("string", "id", id!!)
resValue("string", "name", name!!)
Expand Down

0 comments on commit 3b5b515

Please sign in to comment.