Skip to content

Commit

Permalink
gradle: Version bump to 0.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Nov 2, 2024
1 parent a2f083a commit d941f8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
applicationId = "com.dd3boh.outertune"
minSdk = 24
targetSdk = 35
versionCode = 23
versionName = "0.6.2"
versionCode = 24
versionName = "0.6.3"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit d941f8b

Please sign in to comment.