fix(mapper): unique build hash
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user