Skip to content

Commit

Permalink
fix(android): prevent LIBRARY_VERSION inlining
Browse files Browse the repository at this point in the history
  • Loading branch information
iPel authored and zoomchan-cxj committed Oct 11, 2022
1 parent e345701 commit 472404c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/sdk/build.gradle
Expand Up @@ -55,7 +55,7 @@ android {
consumerProguardFiles 'proguard-rules.pro'

buildConfigField("boolean", "ENABLE_SO_DOWNLOAD", ENABLE_SO_DOWNLOAD)
buildConfigField("String", "LIBRARY_VERSION", "\"$VERSION_NAME\"")
buildConfigField("String", "LIBRARY_VERSION", "String.valueOf(\"$VERSION_NAME\")")

packagingOptions {
if (!INCLUDE_ABI_ARMEABI.toBoolean()) {
Expand Down

0 comments on commit 472404c

Please sign in to comment.