Skip to content

Commit

Permalink
gradle: Version bump to 0.7.0-alpha2
Browse files Browse the repository at this point in the history
  • Loading branch information
mikooomich committed Jan 2, 2025
1 parent 20c3404 commit 403be23
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 = 30
versionName = "0.7.0-alpha1"
versionCode = 31
versionName = "0.7.0-alpha2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down

0 comments on commit 403be23

Please sign in to comment.