Commit a550d96c by 郭倩芳

album 预览发版

parent 434cf660
apply plugin: 'com.android.library'
android {
compileSdkVersion 34
defaultConfig {
......@@ -19,11 +18,10 @@ android {
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'com.google.android.material:material:1.4.+'
compileOnly 'androidx.appcompat:appcompat:1.0.0'
compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
api 'com.sobot.library:widget_x:1.2.6'
// implementation project(':sobot_widget')
compileOnly 'com.google.android.material:material:1.4.0'
api 'com.sobot.library:widget_x:1.2.7'
api 'com.sobot.library:picture_x:1.2.0'
}
......
......@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'album' //项目名
PUBLISH_VERSION = '1.0.4' //版本号
PUBLISH_VERSION = '1.0.4.2' //版本号
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment