From 9e3ce7866073b42863ce8dabbe69f56fd21a6bee Mon Sep 17 00:00:00 2001 From: Derek Markell Date: Sat, 23 Aug 2025 20:26:50 -0400 Subject: [PATCH 1/2] Add test module to nmcp aggregation --- build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/build.gradle.kts b/build.gradle.kts index 34bfb45..82f6f1f 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -20,6 +20,7 @@ nmcpAggregation { dependencies { nmcpAggregation(project(":core")) nmcpAggregation(project(":compose")) + nmcpAggregation(project(":test")) } From 26c3f44a47d8c7c6e561cece99e275dd7d171411 Mon Sep 17 00:00:00 2001 From: Derek Markell Date: Sat, 23 Aug 2025 20:27:18 -0400 Subject: [PATCH 2/2] Bump version to 0.3.1 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index c0c81cc..08fe518 100644 --- a/gradle.properties +++ b/gradle.properties @@ -22,5 +22,5 @@ kotlin.code.style=official # thereby reducing the size of the R class for that library android.nonTransitiveRClass=true GROUP=io.github.dkmarkell -VERSION_NAME=0.3.0 +VERSION_NAME=0.3.1 kotlin.explicitApi=strict \ No newline at end of file