Skip to content

Commit

Permalink
升级:内部多个引用库 ver.2
Browse files Browse the repository at this point in the history
  • Loading branch information
caoyanglee committed Oct 31, 2024
1 parent fca2c7b commit aeac926
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ plugins {
group = 'com.github.caoyanglee'

android {
namespace = 'com.pmm.ui'
compileSdkVersion versions.compileSdk

defaultConfig {
Expand Down Expand Up @@ -45,7 +46,7 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
//kt
api "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
api "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
//google core
api 'androidx.appcompat:appcompat:1.4.1'
api 'androidx.constraintlayout:constraintlayout:2.1.4'
Expand Down

0 comments on commit aeac926

Please sign in to comment.