Skip to content

Commit

Permalink
config android library plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
0xZhangKe committed Sep 20, 2024
1 parent dc9024a commit 9eb8874
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions krouter-annotation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ plugins {

android {
namespace = "com.zhangke.krouter.annotation"
compileSdk = 34
defaultConfig {
minSdk = 21
consumerProguardFiles("consumer-rules.pro")
}
}
Expand Down
2 changes: 2 additions & 0 deletions krouter-runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@ plugins {

android {
namespace = "com.zhangke.krouter"
compileSdk = 34
defaultConfig {
minSdk = 21
consumerProguardFiles("consumer-rules.pro")
}
}
Expand Down

0 comments on commit 9eb8874

Please sign in to comment.