Skip to content
This repository was archived by the owner on Jun 3, 2024. It is now read-only.

Commit 1fd8edd

Browse files
authoredOct 3, 2021
4.0 release
1 parent 09ee1fb commit 1fd8edd

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
@@ -12,7 +12,7 @@ android {
1212
//noinspection OldTargetApi
1313
targetSdkVersion 29
1414
versionCode(Common.getversionCode())
15-
versionName "3.9" + (Common.getGitHeadRefsSuffix(rootProject))
15+
versionName "4.0" + (Common.getGitHeadRefsSuffix(rootProject))
1616
}
1717
buildTypes {
1818
release {

0 commit comments

Comments
 (0)
This repository has been archived.