You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tooling/plugins/src/main/kotlin/org/mobilenativefoundation/store/tooling/plugins/KotlinMultiplatformConventionPlugin.kt
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -175,12 +175,12 @@ object Versions {
175
175
constvalCOMPILE_SDK=34
176
176
constvalMIN_SDK=24
177
177
constvalTARGET_SDK=34
178
-
constvalSTORE="5.1.0-alpha07"
178
+
constvalSTORE="5.1.0-SNAPSHOT"
179
179
}
180
180
181
181
182
182
fun Project.configureMavenPublishing() = extensions.configure<MavenPublishBaseExtension> {
0 commit comments