Skip to content
This repository has been archived by the owner on Feb 6, 2023. It is now read-only.

Commit

Permalink
Merge pull request #268 from youxiachai/patch-1
Browse files Browse the repository at this point in the history
建议不要使用默认的kotlin_module的moduleName
  • Loading branch information
PonyCui authored Jul 18, 2020
2 parents 06d8ad4 + e03566a commit c786376
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ android {
versionCode 1
versionName "1.0"
}
compileOptions {
kotlinOptions.freeCompilerArgs += ['-module-name', "com.opensource.svgaplayer"]
}
buildTypes {
release {
minifyEnabled false
Expand Down

0 comments on commit c786376

Please sign in to comment.