diff --git a/.idea/misc.xml b/.idea/misc.xml index 9ea98fa..1ed83c8 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -38,6 +38,10 @@ + + + + diff --git a/build.gradle b/build.gradle index 9e57d1f..0054bfa 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:7.0.3' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:${kotlin_version}" - classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1' +// classpath 'com.vanniktech:gradle-maven-publish-plugin:0.15.1' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } diff --git a/gradle.properties b/gradle.properties index 4b6c423..8713e8d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ kotlin.code.style=official GROUP=io.github.a914-gowtham POM_ARTIFACT_ID=compose-ratingbar -VERSION_NAME=1.1.1 +VERSION_NAME=1.1.2 systemProp.org.gradle.internal.publish.checksums.insecure=true diff --git a/ratingbar/build.gradle b/ratingbar/build.gradle index 64790ab..216680a 100644 --- a/ratingbar/build.gradle +++ b/ratingbar/build.gradle @@ -1,7 +1,7 @@ plugins { id 'com.android.library' id 'kotlin-android' - id 'com.vanniktech.maven.publish' +// id 'com.vanniktech.maven.publish' id 'maven-publish' } @@ -13,12 +13,13 @@ afterEvaluate { from components.release groupId = 'com.gowtham.composeratingbar' artifactId = 'compose-ratingbar' - version = '1.1.1' + version = '1.1.2' } } } } +/* allprojects { plugins.withId("com.vanniktech.maven.publish") { mavenPublish { @@ -26,6 +27,7 @@ allprojects { } } } +*/ android { compileSdkVersion 31