Skip to content

Commit

Permalink
fuck jitpack3
Browse files Browse the repository at this point in the history
  • Loading branch information
lihangleo2 committed Sep 9, 2023
1 parent 31e9261 commit e25d250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions smartVpageAdapterlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {

dependencies {

implementation 'androidx.core:core-ktx:1.8.0'
// implementation 'androidx.core:core-ktx:1.8.0'
implementation 'androidx.viewpager2:viewpager2:1.0.0'
}

Expand All @@ -40,7 +40,7 @@ afterEvaluate {
publishing {
publications {
release(MavenPublication) {
// from components.release
from components.release
groupId = 'com.smart.adapter' //groupId 随便取
artifactId = 'SmartAdapter' //artifactId 随便取
version = '1.0.0'
Expand Down

0 comments on commit e25d250

Please sign in to comment.