Skip to content

Commit

Permalink
compose version upgrade beta07
Browse files Browse the repository at this point in the history
  • Loading branch information
Gowtham committed May 21, 2021
1 parent 73e0c95 commit 401e636
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ buildscript {
allprojects {
repositories {
mavenCentral()
mavenLocal()
google()
maven { url 'https://jitpack.io' }
}
Expand Down
14 changes: 14 additions & 0 deletions ratingbar/build.gradle
Original file line number Diff line number Diff line change
@@ -1,8 +1,22 @@
plugins {
id 'com.android.library'
id 'kotlin-android'
id 'maven-publish'
}

afterEvaluate {
publishing {
publications {
// Creates a Maven publication called "release".
release(MavenPublication) {
from components.release
groupId = 'com.gowtham.composeratingbar'
artifactId = 'composeratingbar'
version = '1.0.2'
}
}
}
}
android {
compileSdkVersion 30
buildToolsVersion "30.0.3"
Expand Down

0 comments on commit 401e636

Please sign in to comment.