Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Prepare for version 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oas004 committed Jun 7, 2024
1 parent 6357ee4 commit a64dc6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sample/app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
id("io.github.oas004.metrics") version "0.1.5"
id("io.github.oas004.metrics") version "0.1.6"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion sample/lib/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id("io.github.oas004.metrics") version "0.1.5"
id("io.github.oas004.metrics") version "0.1.6"
}

android {
Expand Down
2 changes: 1 addition & 1 deletion verifyComposeMetricsPlugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ project.tasks.withType<KotlinCompile>().configureEach {
}
}

version = "0.1.5"
version = "0.1.6"
group = "io.github.oas004.metrics"


Expand Down

0 comments on commit a64dc6d

Please sign in to comment.