Skip to content

Commit

Permalink
Merge pull request #202 from droibit/release_v0.7.1
Browse files Browse the repository at this point in the history
Release v0.7.1
  • Loading branch information
droibit authored Mar 2, 2025
2 parents c20bd31 + 71d71f3 commit 8d17169
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,17 +36,17 @@ repositories {

dependencies {
// For apps using `androidx.compose.material3:material3`
implementation("io.github.droibit.oss-licenses-android:ui-compose-material3:0.7.0")
implementation("io.github.droibit.oss-licenses-android:ui-compose-material3:0.7.1")

// UI components for Wear OS apps
// If using `androidx.wear.compose:compose-material`
implementation("io.github.droibit.oss-licenses-android:ui-wear-compose-material:0.7.0")
implementation("io.github.droibit.oss-licenses-android:ui-wear-compose-material:0.7.1")
// or
// If using `androidx.wear.compose:compose-material3`
implementation("io.github.droibit.oss-licenses-android:ui-wear-compose-material3:0.7.0")
implementation("io.github.droibit.oss-licenses-android:ui-wear-compose-material3:0.7.1")

// For custom implementations, use only the parser
implementation("io.github.droibit.oss-licenses-android:parser:0.7.0")
implementation("io.github.droibit.oss-licenses-android:parser:0.7.1")
}
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ android.defaults.buildfeatures.shaders=false

# Maven Central
GROUP=io.github.droibit.oss-licenses-android
VERSION_NAME=0.7.0
VERSION_NAME=0.7.1

SONATYPE_HOST=CENTRAL_PORTAL
SONATYPE_AUTOMATIC_RELEASE=true
Expand Down
2 changes: 1 addition & 1 deletion parser/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS Licenses Parser for Android

[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/parser/0.7.0)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/parser/0.7.0)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/parser/0.7.1)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/parser/0.7.1)

Core module that parses license information generated by the [OSS Licenses Gradle Plugin](https://github.com/google/play-services-plugins/tree/main/oss-licenses-plugin).

Expand Down
2 changes: 1 addition & 1 deletion ui-compose-material3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS Licenses UI for Compose Material 3

[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-compose-material3/0.7.0)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-compose-material3/0.7.0)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-compose-material3/0.7.1)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-compose-material3/0.7.1)

UI components for mobile apps([adaptive apps](https://developer.android.com/adaptive-apps)) using Material 3 design system.

Expand Down
2 changes: 1 addition & 1 deletion ui-wear-compose-material/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS Licenses UI for Wear Compose Material

[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-wear-compose-material/0.7.0)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-wear-compose-material/0.7.0)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-wear-compose-material/0.7.1)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-wear-compose-material/0.7.1)

UI components for Wear OS apps using Wear Material design system.

Expand Down
2 changes: 1 addition & 1 deletion ui-wear-compose-material3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# OSS Licenses UI for Wear Compose Material 3

[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-wear-compose-material3/0.7.0)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-wear-compose-material3/0.7.0)
[![Download](https://img.shields.io/maven-central/v/io.github.droibit.oss-licenses-android/ui-wear-compose-material3/0.7.1)](https://central.sonatype.com/artifact/io.github.droibit.oss-licenses-android/ui-wear-compose-material3/0.7.1)

UI components for Wear OS apps using Wear Material 3 design system.

Expand Down

0 comments on commit 8d17169

Please sign in to comment.