Skip to content

Commit

Permalink
chore: update dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: qwq233 <qwq233@qwq2333.top>
  • Loading branch information
qwq233 committed Mar 31, 2024
1 parent 77f4bda commit dcb3a2e
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
21 changes: 20 additions & 1 deletion buildSrc/src/main/kotlin/Version.kt
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
/*
* Copyright (C) 2019-2024 qwq233 <qwq233@qwq2333.top>
* https://github.com/qwq233/Nullgram
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version 2
* of the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License along with this software.
* If not, see
* <https://www.gnu.org/licenses/>
*/

import org.gradle.api.JavaVersion

object Version {
Expand All @@ -9,5 +28,5 @@ object Version {
val officialVersionName = "10.9.1"

@JvmStatic
val isStable = false
val isStable = true
}
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ firebaseConfig = "21.6.3"
firebaseDatatransport = "18.2.1"
firebaseMessaging = "23.4.1"
gson = "2.10.1"
guava = "33.0.0-jre"
guava = "33.1.0-jre"
hiddenapibypass = "4.3"
interpolator = "1.0.0"
isoparser = "1.0.6" # DO NOT UPDATE THIS DEPENDENCY
Expand All @@ -29,7 +29,7 @@ playServicesLocation = "21.2.0"
playServicesVision = "20.1.3"
playServicesWallet = "19.3.0"
mlkitVision = "16.0.0-beta1"
processPhoenix = "2.2.0"
processPhoenix = "3.0.0"
sharetarget = "1.2.0"
paletteKtx = "1.0.0"
rust = "0.9.3"
Expand Down

0 comments on commit dcb3a2e

Please sign in to comment.