Skip to content

Commit d4f980f

Browse files
committed
Release 1.0.0
Before you know it, QNotified has been with you for two years. As humans celebrated the beginning of a new cycle of revolution of a planet in the cantilever of the Milky Way Orion, the QNotified development team decided to release QNotified 1.0.0. This is also the first stable version released by the QNotified project since its establishment. We also hope to bless all those who follow QNotified and support QNotified to carry on the past, leave the old and welcome the new, and find their own happy life in the new year.Here, on behalf of the QNotified community, we would like to thank all contributors for their efforts and all users. Signed-off-by: qwq233 <[email protected]>
1 parent cc94af5 commit d4f980f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ android {
4040
targetSdk = 31
4141
versionCode = Common.getTimeStamp()
4242
// versionName = major.minor.accumulation.commit_id
43-
versionName = "0.9.0" + (Common.getGitHeadRefsSuffix(rootProject))
43+
versionName = "1.0.0" + (Common.getGitHeadRefsSuffix(rootProject))
4444
multiDexEnabled = false
4545
ndk {
4646
abiFilters.addAll(listOf("armeabi-v7a", "arm64-v8a", "x86", "x86_64"))

0 commit comments

Comments
 (0)