Skip to content

Commit

Permalink
1、修复无包的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
FlyJingFish committed Nov 22, 2024
1 parent 6de3317 commit 7767a3a
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions OpenImageFullLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply from: "$rootDir/gradle/lib.gradle"

apply from: "$rootDir/gradle/publish.gradle"

apply plugin: "kotlin-parcelize"
apply plugin: "kotlin-android"
android {
namespace 'com.flyjingfish.openimagefulllib'
}
Expand Down
3 changes: 3 additions & 0 deletions OpenImageGlideLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply from: "$rootDir/gradle/lib.gradle"

apply from: "$rootDir/gradle/publish.gradle"

apply plugin: "kotlin-parcelize"
apply plugin: "kotlin-android"
android {
buildFeatures {
viewBinding true
Expand Down
3 changes: 3 additions & 0 deletions OpenImageLib/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
apply from: "$rootDir/gradle/lib.gradle"

apply from: "$rootDir/gradle/publish.gradle"

apply plugin: "kotlin-parcelize"
apply plugin: "kotlin-android"
android {
buildFeatures {
viewBinding true
Expand Down

0 comments on commit 7767a3a

Please sign in to comment.