Skip to content

Commit

Permalink
Release v2.0.2254
Browse files Browse the repository at this point in the history
  • Loading branch information
lihenggui committed Aug 23, 2023
1 parent 5db6da8 commit a82f1a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ android {
namespace = "com.merxury.blocker"
defaultConfig {
applicationId = "com.merxury.blocker"
versionCode = 2164
versionName = "2.0.2164" // X.Y.Z; X = Major, Y = minor, Z = version code
versionCode = 2254
versionName = "2.0.2254" // X.Y.Z; X = Major, Y = minor, Z = version code

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.merxury.blocker.core.testing.BlockerTestRunner"
Expand Down

0 comments on commit a82f1a9

Please sign in to comment.