Skip to content

Commit

Permalink
增加ios 构建脚本
Browse files Browse the repository at this point in the history
  • Loading branch information
JarvanMo committed Dec 10, 2023
1 parent af79c8d commit 978fbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ def generateFludyConfigurations(String interruptWeChatRequestByFluwx, String flu
}

android.libraryVariants.configureEach {
it.registerGeneratedResFolders(project.files(new File("${buildDir}/generated/src/kotlin/club/openflutter/fludy")).builtBy(generateFluwxHelperFile))
it.registerGeneratedResFolders(project.files(new File("${buildDir}/generated/src/kotlin/club/openflutter/fludy")).builtBy(generateFludyHelperFile))
}

0 comments on commit 978fbef

Please sign in to comment.