Skip to content

Commit

Permalink
Release v.0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Dec 6, 2023
1 parent 7c5a52d commit 7e81fb7
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 @@ -23,11 +23,11 @@ android {
*
* XYZ: App version (050 for 0.5.0)
*/
versionCode = 3414000
versionCode = 3414010
/**
* SemVer major.minor.patch
*/
versionName = "0.0.0"
versionName = "0.1.0"

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.wei.picquest.core.testing.PqTestRunner"
Expand Down

0 comments on commit 7e81fb7

Please sign in to comment.