Skip to content

Commit

Permalink
Merge pull request #19 from CodeDead/hotfix/versioncode
Browse files Browse the repository at this point in the history
* Fixed version code
  • Loading branch information
CodeDead authored Mar 10, 2022
2 parents 8a97a20 + 8e3706a commit 84100c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
targetSdkVersion 31
versionName '1.7.6'
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
versionCode 6
versionCode 7
}
buildTypes {
release {
Expand Down

0 comments on commit 84100c7

Please sign in to comment.