Skip to content

Commit

Permalink
Release v.0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
azrael8576 committed Apr 17, 2024
1 parent 282a7e4 commit 3209e5e
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -25,11 +25,11 @@ android {
*
* XYZ: App version (050 for 0.5.0)
*/
versionCode = 3414013
versionCode = 3414014
/**
* SemVer major.minor.patch
*/
versionName = "0.1.3"
versionName = "0.1.4"

// Custom test runner to set up Hilt dependency graph
testInstrumentationRunner = "com.wei.picquest.core.testing.PqTestRunner"
Expand Down
4 changes: 4 additions & 0 deletions app/src/demo/res/values/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<resources>
<string name="app_name">PicQuest(Demo)</string>

</resources>

0 comments on commit 3209e5e

Please sign in to comment.