Skip to content

Commit

Permalink
chore: Pre-release 6.0.1.5.1 done (#314)
Browse files Browse the repository at this point in the history
Increased versionCode to 84 and versionName to 6.
0.1.5.1.
  • Loading branch information
aiyu-ayaan authored Aug 30, 2024
1 parent bda34c7 commit dccefe8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bitapp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ android {
applicationId = "com.atech.bit"
minSdk = 24
targetSdk = 35
versionCode = 83
versionName = "6.0.1.5"
versionCode = 84
versionName = "6.0.1.5.1"

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"

Expand Down

0 comments on commit dccefe8

Please sign in to comment.