Skip to content

Commit

Permalink
fixed #21
Browse files Browse the repository at this point in the history
  • Loading branch information
StellarSand committed Jun 19, 2024
1 parent f4c30e9 commit 49156b4
Show file tree
Hide file tree
Showing 9 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# CHANGELOG



## v2.0.1
- Fixed issue while verifying email.


## v2.0.0
- Transitioned from a score-based system to a more user-friendly status-based system.
- Redesigned for better accessibility.
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ android {
applicationId = "tech.techlore.plexus"
minSdk = 23
targetSdk = 34
versionCode = 200
versionName = "2.0.0"
versionCode = 201
versionName = "2.0.1"
setProperty("archivesBaseName", "Plexus_v$versionName")
}

Expand Down
2 changes: 1 addition & 1 deletion app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -40,4 +40,4 @@
###################################################################################

# Model classes proguard rules
-keep,allowobfuscation class tech.techlore.plexus.models.** { *; }
-keep class tech.techlore.plexus.models.** { *; }

0 comments on commit 49156b4

Please sign in to comment.