Skip to content

Commit

Permalink
Update README and version
Browse files Browse the repository at this point in the history
  • Loading branch information
SelfMadeSystem committed Mar 10, 2024
1 parent 73bb96c commit 9123b2a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ Easily install Discord Mods on Android

</div>

Based on [VendettaManager](https://github.com/vendetta-mod/VendettaManager)

> [!NOTE]
> This isn't a fork of the project because GitHub didn't let me despite me trying four (4) times. I had to create a new repository and copy the files over.
Build
---

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ android {
applicationId = "dev.selfmadesystem.dmm"
minSdk = 28
targetSdk = 34
versionCode = 1122
versionName = "1.1.22"
versionCode = 1
versionName = "0.1.0"

buildConfigField("String", "GIT_BRANCH", "\"${getCurrentBranch()}\"")
buildConfigField("String", "GIT_COMMIT", "\"${getLatestCommit()}\"")
Expand Down

0 comments on commit 9123b2a

Please sign in to comment.