Skip to content

Commit

Permalink
build: 4.1.2,修复与3.x版本冲突问题
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Dec 5, 2023
1 parent b0c1e1d commit 7e627e8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
signing
}

val versionName = "4.1.1"
val versionName = "4.1.2"


android {
Expand Down Expand Up @@ -39,7 +39,7 @@ android {
kotlinOptions {
jvmTarget = "1.8"
}
namespace = "com.chad.library"
namespace = "com.chad.library.adapter4"


publishing {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import android.content.Context
import android.util.SparseArray
import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import com.chad.library.R
import java.lang.ref.WeakReference

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import com.chad.library.R
import com.chad.library.adapter4.R
import com.chad.library.adapter4.loadState.LoadState

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import android.view.LayoutInflater
import android.view.View
import android.view.ViewGroup
import androidx.recyclerview.widget.RecyclerView
import com.chad.library.R
import com.chad.library.adapter4.R
import com.chad.library.adapter4.loadState.LoadState

/**
Expand Down

0 comments on commit 7e627e8

Please sign in to comment.