Skip to content

Commit

Permalink
feat: 整理 gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
limuyang2 committed Jun 2, 2024
1 parent 057f3ca commit fa46d74
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 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.4"
val versionName = "4.1.5"


android {
Expand All @@ -31,7 +31,6 @@ android {
kotlinOptions.freeCompilerArgs = ArrayList<String>().apply {
add("-module-name")
add("com.github.CymChad.brvah")
add("-Xjvm-default=all")
}
sourceCompatibility = JavaVersion.VERSION_1_8
targetCompatibility = JavaVersion.VERSION_1_8
Expand All @@ -53,9 +52,9 @@ android {


dependencies {
implementation("androidx.annotation:annotation:1.6.0")
implementation("androidx.annotation:annotation:1.8.0")

implementation("androidx.recyclerview:recyclerview:1.3.0")
implementation("androidx.recyclerview:recyclerview:1.3.2")

implementation("androidx.databinding:databinding-runtime:8.0.0")
}
Expand Down

0 comments on commit fa46d74

Please sign in to comment.