diff --git a/README.md b/README.md index 52a574e..c7e513a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ -![badge][badge-android] -![badge][badge-ios] +![badge](https://camo.githubusercontent.com/8ce65a3be14c94be47bceb832f55e376253dde249232136976baacb38b85438c/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d616e64726f69642d3645444238442e7376673f7374796c653d666c6174) +![badge](https://camo.githubusercontent.com/549a60a8c72c6b9ad3229b3d45dbf8cbd0f2bc9493b95463b2004b3546a36923/687474703a2f2f696d672e736869656c64732e696f2f62616467652f706c6174666f726d2d696f732d4344434443442e7376673f7374796c653d666c6174) +[![GitHub release (latest by date)](https://img.shields.io/github/v/release/Dilivva/Blueline)](https://github.com/Dilivva/Blueline/releases) [![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.dilivva/blueline/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.dilivva/blueline) # BlueLine diff --git a/library/build.gradle.kts b/library/build.gradle.kts index 7c8d867..4f0e61d 100644 --- a/library/build.gradle.kts +++ b/library/build.gradle.kts @@ -9,7 +9,7 @@ plugins { kotlin { applyDefaultHierarchyTemplate() androidTarget { - publishLibraryVariants("release") + publishAllLibraryVariants() compilations.all { kotlinOptions { jvmTarget = "1.8" @@ -22,7 +22,7 @@ kotlin { iosSimulatorArm64() ).forEach { it.binaries.framework { - baseName = "Blueline" + baseName = "BlueLine" } }