Skip to content

Commit

Permalink
fixed for gradle 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bahacan19 committed Jul 25, 2024
1 parent 693eef5 commit ffb6063
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions viewpagerdotsindicator/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import com.android.kotlin.multiplatform.ide.models.serialization.androidSourceSetKey
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
import org.gradle.api.tasks.bundling.Jar
plugins {
id("com.android.library")
Expand Down Expand Up @@ -66,10 +64,10 @@ publishing {

from(components.asMap["release"])
// artifact("androidSourcesJar")
pom {
name = "ViewPagerDotsIndicator"
description = "ViewPagerDotsIndicator description"
}
// pom {
// name = "ViewPagerDotsIndicator"
// description = "ViewPagerDotsIndicator description"
// }

}
}
Expand Down

0 comments on commit ffb6063

Please sign in to comment.