Commit a550d96c by 郭倩芳

album 预览发版

parent 434cf660
apply plugin: 'com.android.library' apply plugin: 'com.android.library'
android { android {
compileSdkVersion 34 compileSdkVersion 34
defaultConfig { defaultConfig {
...@@ -19,11 +18,10 @@ android { ...@@ -19,11 +18,10 @@ android {
dependencies { dependencies {
api fileTree(dir: 'libs', include: ['*.jar']) api fileTree(dir: 'libs', include: ['*.jar'])
compileOnly 'com.google.android.material:material:1.4.+' compileOnly 'androidx.appcompat:appcompat:1.1.0'
compileOnly 'androidx.appcompat:appcompat:1.0.0'
compileOnly 'androidx.recyclerview:recyclerview:1.0.0' compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
api 'com.sobot.library:widget_x:1.2.6' compileOnly 'com.google.android.material:material:1.4.0'
// implementation project(':sobot_widget') api 'com.sobot.library:widget_x:1.2.7'
api 'com.sobot.library:picture_x:1.2.0' api 'com.sobot.library:picture_x:1.2.0'
} }
......
...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) { ...@@ -12,7 +12,7 @@ task androidSourcesJar(type: Jar) {
ext { ext {
PUBLISH_GROUP_ID = "com.sobot.library" //项目包名 PUBLISH_GROUP_ID = "com.sobot.library" //项目包名
PUBLISH_ARTIFACT_ID = 'album' //项目名 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