Skip to content

Commit

Permalink
Strip Data store shared counter from packaging into the final apk (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
mr3y-the-programmer authored Apr 23, 2024
1 parent 648d53c commit d8b1bd6
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,9 @@ class AndroidApplicationConventionPlugin : Plugin<Project> {
resources {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
jniLibs {
excludes += "**/libdatastore_shared_counter.so"
}
}
}

Expand Down

0 comments on commit d8b1bd6

Please sign in to comment.