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

Bump android from 1.9.23 to 1.9.24 in the android group #261

Merged
merged 1 commit into from
May 13, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ allprojects {

plugins {
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
kotlin("android") version "1.9.23" apply false
kotlin("android") version "1.9.24" apply false
}

val publishUsername: String? by extra {
Expand Down