库引用调整
parent
daae2f4344
commit
dbff974b06
@ -1,10 +1,10 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdk 35
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdk 24
|
||||
targetSdk 35
|
||||
targetSdk 36
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
namespace 'com.haozhang.lib'
|
||||
|
||||
@ -1,15 +1,15 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdk 35
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdk 24
|
||||
targetSdk 35
|
||||
targetSdk 36
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
namespace 'com.zhy.autolayout'
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation libs.androidx.appcompat.v120
|
||||
implementation libs.androidx.appcompat
|
||||
}
|
||||
@ -1,10 +1,10 @@
|
||||
apply plugin: 'com.android.library'
|
||||
|
||||
android {
|
||||
compileSdk 35
|
||||
compileSdk 36
|
||||
defaultConfig {
|
||||
minSdk 24
|
||||
targetSdk 35
|
||||
targetSdk 36
|
||||
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
namespace 'org.litepal'
|
||||
|
||||
Loading…
Reference in New Issue