Skip to content

Commit

Permalink
Last release didn't publish the aar so 1.0.2 is broken. Publish aar h…
Browse files Browse the repository at this point in the history
…ere and bump to 1.0.3
  • Loading branch information
btrautmann committed May 6, 2018
1 parent 9d29128 commit 22c94aa
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions bintray.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ publishing {
MyPublication(MavenPublication) {
artifact sourcesJar
artifact javadocJar
artifact("$buildDir/outputs/aar/$aarName")
groupId publishedGroupId
artifactId artifact
version libraryVersion
Expand Down
4 changes: 2 additions & 2 deletions publishing-config.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ext {
// Publishing
libraryVersion = '1.0.2'
libraryVersionName = '1.0.2'
libraryVersion = '1.0.3'
libraryVersionName = '1.0.3'
bintrayRepo = 'maven'
publishedGroupId = 'com.oakwoodsc.rxfirestore'
libraryDescription = 'An RxJava2 wrapper for Cloud Firestore'
Expand Down
1 change: 1 addition & 0 deletions rxfirestore/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ ext {
libraryName = 'RxFirestore'
// This artifact name should be the same with library module name
artifact = 'rxfirestore'
aarName = 'rxfirestore-release.aar'
libraryDescription = rootProject.ext.libraryDescription
siteUrl = rootProject.ext.siteUrl
gitUrl = rootProject.ext.gitUrl
Expand Down
1 change: 1 addition & 0 deletions rxfirestorekt/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ ext {
libraryName = 'RxFirestoreKt'
// This artifact name should be the same with library module name
artifact = 'rxfirestorekt'
aarName = 'rxfirestorekt-release.aar'
libraryDescription = rootProject.ext.libraryDescription
siteUrl = rootProject.ext.siteUrl
gitUrl = rootProject.ext.gitUrl
Expand Down

0 comments on commit 22c94aa

Please sign in to comment.