Skip to content

Commit

Permalink
.trim()
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmur committed Aug 11, 2024
1 parent ee2037d commit cc7cbbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dart/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def LIB_NAME = "fhel"
def LIB_URL = "https://github.com/jeffmur/fhel/releases/download"
def SRC_DIR = project.buildscript.sourceFile.parentFile.parentFile
def ANDROID_DIR = "${SRC_DIR}/android"
def BIN_VER = new File("${SRC_DIR}/binary.version").text
def BIN_VER = new File("${SRC_DIR}/binary.version").text.trim()
def SUPPORT_ARCH = ['x86_64', 'arm64-v8a', 'armeabi-v7a']

task downloadLibs(type: Download) {
Expand Down

0 comments on commit cc7cbbe

Please sign in to comment.