Skip to content

Commit

Permalink
don't include dependenciesInfo, see #477
Browse files Browse the repository at this point in the history
  • Loading branch information
Helium314 committed Feb 11, 2024
1 parent 84713fb commit f657eba
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,12 @@ android {
jvmTarget = JavaVersion.VERSION_17.toString()
}

// see https://github.com/Helium314/openboard/issues/477
dependenciesInfo {
includeInApk = false
includeInBundle = false
}

namespace "helium314.keyboard.latin"
}

Expand Down

0 comments on commit f657eba

Please sign in to comment.