diff --git a/buildSrc/src/main/kotlin/Version.kt b/buildSrc/src/main/kotlin/Version.kt index aaa6f043d6..e8b02190a0 100644 --- a/buildSrc/src/main/kotlin/Version.kt +++ b/buildSrc/src/main/kotlin/Version.kt @@ -1,3 +1,22 @@ +/* + * Copyright (C) 2019-2024 qwq233 + * 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 + * + */ + import org.gradle.api.JavaVersion object Version { @@ -9,5 +28,5 @@ object Version { val officialVersionName = "10.9.1" @JvmStatic - val isStable = false + val isStable = true } diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 25b2f59aa2..7e1f7681b2 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -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 @@ -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"