Skip to content

Commit

Permalink
Remove Google blob which was sneaked in by build tools
Browse files Browse the repository at this point in the history
  • Loading branch information
bubelov committed Jan 20, 2025
1 parent 3e55ad8 commit 65b92d8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,15 @@ android {
buildFeatures {
viewBinding = true
}

kotlinOptions {
jvmTarget = "11"
}

dependenciesInfo {
includeInApk = false
}

dependencies {
implementation(libs.kotlinx.coroutines)
implementation(libs.kotlinx.serialization)
Expand Down

0 comments on commit 65b92d8

Please sign in to comment.