Skip to content

Commit 84100c7

Browse files
authored
Merge pull request #19 from CodeDead/hotfix/versioncode
* Fixed version code
2 parents 8a97a20 + 8e3706a commit 84100c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
targetSdkVersion 31
1010
versionName '1.7.6'
1111
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
12-
versionCode 6
12+
versionCode 7
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)