fix(mapper): unique build hash

This commit is contained in:
rhunk
2023-10-22 18:48:12 +02:00
parent 8aa2e57227
commit 920e3ef421
5 changed files with 16 additions and 20 deletions

View File

@@ -3,7 +3,7 @@ plugins {
alias(libs.plugins.kotlinAndroid)
}
val nativeName = rootProject.ext.get("nativeName")
val nativeName = rootProject.ext.get("buildHash")
android {
namespace = rootProject.ext["applicationId"].toString() + ".nativelib"