Skip to content

Commit

Permalink
prepare for release version 10807 (1.8.7)
Browse files Browse the repository at this point in the history
  • Loading branch information
CreativeCodeCat committed Mar 9, 2025
1 parent af72cbb commit 2b15404
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
@file:Suppress("UnstableApiUsage")

plugins {
id("com.android.application")
id("org.jetbrains.kotlin.android")
Expand All @@ -13,8 +15,8 @@ android {
applicationId = "app.mlauncher"
minSdk = 26
targetSdk = 35
versionCode = 10806
versionName = "1.8.6"
versionCode = 10807
versionName = "1.8.7"
}

buildTypes {
Expand Down

0 comments on commit 2b15404

Please sign in to comment.