Skip to content

Commit

Permalink
Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecorry31 committed Feb 3, 2025
1 parent 4837f5b commit 00953c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import com.vanniktech.maven.publish.AndroidSingleVariantLibrary
import com.vanniktech.maven.publish.SonatypeHost

val versionName = "12.5.0"
val versionName = "12.6.0"
val groupId = "com.kylecorry.andromeda"

buildscript {
Expand Down Expand Up @@ -59,4 +59,4 @@ subprojects {
publishToMavenCentral(SonatypeHost.CENTRAL_PORTAL)
signAllPublications()
}
}
}

0 comments on commit 00953c0

Please sign in to comment.