Commit 434cf660 by 郭倩芳

widget build.gradle修改,旧版本影响其他模块发版

parent 080439e2
plugins {
id 'com.android.library'
}
apply plugin: 'com.android.library'
android {
compileSdkVersion 34
......@@ -25,7 +23,7 @@ android {
dependencies {
api fileTree(include: ['*.jar'], dir: 'libs')
api 'androidx.appcompat:appcompat:1.0.0'
compileOnly 'androidx.appcompat:appcompat:1.0.0'
compileOnly 'androidx.recyclerview:recyclerview:1.0.0'
api 'com.sobot.library:utils:1.1.3'
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 = 'widget_x' //项目名
PUBLISH_VERSION = '1.2.6' //版本号
PUBLISH_VERSION = '1.2.7' //版本号
}
......
......@@ -3,7 +3,6 @@ package com.sobot.widget.refresh.layout.api;
import android.animation.ValueAnimator;
import androidx.annotation.NonNull;
import androidx.swiperefreshlayout.widget.SwipeRefreshLayout;
import com.sobot.widget.refresh.layout.constant.RefreshState;
......@@ -39,7 +38,7 @@ public interface RefreshKernel {
/**
* 移动视图到指定位置
* moveSpinner 的取名来自 谷歌官方的 {@link SwipeRefreshLayout}
* moveSpinner 的取名来自 谷歌官方的 {@link }
* @param spinner 位置 (px)
* @param isDragging true 手指正在拖动 false 回弹动画执行
* @return RefreshKernel
......@@ -48,7 +47,7 @@ public interface RefreshKernel {
/**
* 执行动画使视图位移到指定的 位置
* moveSpinner 的取名来自 谷歌官方的 {@link SwipeRefreshLayout}
* moveSpinner 的取名来自 谷歌官方的 {@link }
* @param endSpinner 指定的结束位置 (px)
* @return ValueAnimator 如果没有执行动画 null
*/
......
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