Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #91 from sikelio/dev
Browse files Browse the repository at this point in the history
Fixed versionCode
  • Loading branch information
sikelio authored Nov 12, 2023
2 parents cf5a033 + a9a48d1 commit 8af0492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ android {
applicationId "wtf.plexmanager"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 5
versionCode 4
versionName "0.0.4-beta"
}

Expand Down

0 comments on commit 8af0492

Please sign in to comment.