Bump AGP, Gradle and dependencies to latest stable release
dependencies are QPR3 Signed-off-by: Aayush Gupta <aayushgupta219@gmail.com>
This commit is contained in:
parent
a07ab64469
commit
ce2b9c15f1
5 changed files with 33 additions and 26 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
[versions]
|
||||
# Gradle plugin versions
|
||||
androidGradlePlugin = "8.4.1"
|
||||
androidGradlePlugin = "8.5.1"
|
||||
protobufPlugin = "0.9.4"
|
||||
ktlint = "11.5.0"
|
||||
|
||||
|
@ -30,45 +30,47 @@ espresso = "3.4.0"
|
|||
# 1.7.20 Android 13 (QPR2)
|
||||
# 1.8.10 Android 14
|
||||
# 1.9.0 Android 14 (QPR2)
|
||||
# Check: https://android.googlesource.com/platform/external/kotlinc/+/refs/tags/android-14.0.0_r29/build.txt
|
||||
kotlin = { strictly = "1.9.0" }
|
||||
ksp = "1.9.0-1.0.13" # Keep in match with kotlin version
|
||||
# 1.9.22 Android 14 (QPR3)
|
||||
# Check: https://android.googlesource.com/platform/external/kotlinc/+/refs/tags/android-14.0.0_r53/build.txt
|
||||
kotlin = { strictly = "1.9.22" }
|
||||
ksp = "1.9.22-1.0.17" # Keep in match with kotlin version
|
||||
dokka = "1.9.20" # Dokka has no releases after 1.9.20
|
||||
|
||||
# Lint versions
|
||||
lint-rules = { strictly = "0.1.0" }
|
||||
|
||||
# Google versions
|
||||
# https://android.googlesource.com/platform/external/protobuf/+/refs/tags/android-14.0.0_r29/java/pom.xml#7
|
||||
# https://android.googlesource.com/platform/external/protobuf/+/refs/tags/android-14.0.0_r53/java/pom.xml#7
|
||||
protobuf = { strictly = "3.21.12" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/refs/tags/android-14.0.0_r29/current/extras/material-design-x/Android.bp#15
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/refs/tags/android-14.0.0_r53/current/extras/material-design-x/Android.bp#15
|
||||
material = { strictly = "1.7.0-alpha03" }
|
||||
# careful with upgrading tink, so old backups continue to be decryptable
|
||||
# https://github.com/tink-crypto/tink-java/releases
|
||||
tink = { strictly = "1.10.0" }
|
||||
|
||||
# Coroutines versions
|
||||
# https://android.googlesource.com/platform/external/kotlinx.coroutines/+/refs/tags/android-14.0.0_r29/CHANGES.md
|
||||
# https://android.googlesource.com/platform/external/kotlinx.coroutines/+/refs/tags/android-14.0.0_r53/CHANGES.md
|
||||
coroutines = { strictly = "1.7.2" }
|
||||
|
||||
# AndroidX versions
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/room/room-ktx?autodive=0
|
||||
room = { strictly = "2.6.1" } # 2.7.0-alpha01 but that's not released, yet
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/core/core-ktx?autodive=0
|
||||
androidx-core = { strictly = "1.13.0-alpha02" } # 1.13.0-alpha01 in AOSP, but uses code from alpha02
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/fragment/fragment-ktx?autodive=0
|
||||
androidx-fragment = { strictly = "1.7.0-alpha06" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/activity/activity-ktx?autodive=0
|
||||
androidx-activity = { strictly = "1.9.0-alpha01" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/room/room-ktx?autodive=0
|
||||
room = { strictly = "2.7.0-alpha01" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/core/core-ktx?autodive=0
|
||||
androidx-core = { strictly = "1.13.0-beta01" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/fragment/fragment-ktx?autodive=0
|
||||
androidx-fragment = { strictly = "1.7.0-beta01" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/activity/activity-ktx?autodive=0
|
||||
androidx-activity = { strictly = "1.9.0-alpha03" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/preference/preference?autodive=0
|
||||
androidx-preference = { strictly = "1.2.0-alpha01" } # 1.3.0-alpha01 in AOSP but isn't released
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx?autodive=0
|
||||
androidx-lifecycle-viewmodel-ktx = { strictly = "2.7.0-alpha02" }
|
||||
androidx-lifecycle-livedata-ktx = { strictly = "2.7.0-alpha02" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/constraintlayout/constraintlayout?autodive=0
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/lifecycle/lifecycle-viewmodel-ktx?autodive=0
|
||||
androidx-lifecycle-viewmodel-ktx = { strictly = "2.8.0-alpha02" }
|
||||
androidx-lifecycle-livedata-ktx = { strictly = "2.8.0-alpha02" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/constraintlayout/constraintlayout?autodive=0
|
||||
androidx-constraintlayout = { strictly = "2.2.0-alpha13" }
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/documentfile/documentfile?autodive=0
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/documentfile/documentfile?autodive=0
|
||||
androidx-documentfile = { strictly = "1.1.0-alpha01" } # 1.1.0-alpha02 in AOSP but isn't released
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r29/current/androidx/m2repository/androidx/work/work-runtime-ktx?autodive=0
|
||||
# https://android.googlesource.com/platform/prebuilts/sdk/+/android-14.0.0_r53/current/androidx/m2repository/androidx/work/work-runtime-ktx?autodive=0
|
||||
androidx-work-runtime = { strictly = "2.10.0-alpha01" }
|
||||
|
||||
[libraries]
|
||||
|
@ -111,6 +113,6 @@ android-application = { id = "com.android.application", version.ref = "androidGr
|
|||
android-library = { id = "com.android.library", version.ref = "androidGradlePlugin" }
|
||||
google-ksp = { id = "com.google.devtools.ksp", version.ref = "ksp" }
|
||||
google-protobuf = { id = "com.google.protobuf", version.ref = "protobufPlugin" }
|
||||
jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "kotlin" }
|
||||
jetbrains-dokka = { id = "org.jetbrains.dokka", version.ref = "dokka" }
|
||||
jetbrains-kotlin-android = { id = "org.jetbrains.kotlin.android", version.ref = "kotlin" }
|
||||
jlleitschuh-ktlint = { id = "org.jlleitschuh.gradle.ktlint", version.ref = "ktlint" }
|
||||
|
|
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
BIN
gradle/wrapper/gradle-wrapper.jar
vendored
Binary file not shown.
4
gradle/wrapper/gradle-wrapper.properties
vendored
4
gradle/wrapper/gradle-wrapper.properties
vendored
|
@ -1,8 +1,8 @@
|
|||
#Thu May 30 09:49:42 IST 2024
|
||||
distributionBase=GRADLE_USER_HOME
|
||||
distributionPath=wrapper/dists
|
||||
distributionSha256Sum=544c35d6bd849ae8a5ed0bcea39ba677dc40f49df7d1835561582da2009b961d
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
|
||||
distributionSha256Sum=d725d707bfabd4dfdc958c624003b3c80accc03f7037b5122c4b1d0ef15cecab
|
||||
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
|
||||
networkTimeout=10000
|
||||
validateDistributionUrl=true
|
||||
zipStoreBase=GRADLE_USER_HOME
|
||||
|
|
7
gradlew
vendored
7
gradlew
vendored
|
@ -15,6 +15,8 @@
|
|||
# See the License for the specific language governing permissions and
|
||||
# limitations under the License.
|
||||
#
|
||||
# SPDX-License-Identifier: Apache-2.0
|
||||
#
|
||||
|
||||
##############################################################################
|
||||
#
|
||||
|
@ -55,7 +57,7 @@
|
|||
# Darwin, MinGW, and NonStop.
|
||||
#
|
||||
# (3) This script is generated from the Groovy template
|
||||
# https://github.com/gradle/gradle/blob/HEAD/subprojects/plugins/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# https://github.com/gradle/gradle/blob/HEAD/platforms/jvm/plugins-application/src/main/resources/org/gradle/api/internal/plugins/unixStartScript.txt
|
||||
# within the Gradle project.
|
||||
#
|
||||
# You can find Gradle at https://github.com/gradle/gradle/.
|
||||
|
@ -84,7 +86,8 @@ done
|
|||
# shellcheck disable=SC2034
|
||||
APP_BASE_NAME=${0##*/}
|
||||
# Discard cd standard output in case $CDPATH is set (https://github.com/gradle/gradle/issues/25036)
|
||||
APP_HOME=$( cd "${APP_HOME:-./}" > /dev/null && pwd -P ) || exit
|
||||
APP_HOME=$( cd -P "${APP_HOME:-./}" > /dev/null && printf '%s
|
||||
' "$PWD" ) || exit
|
||||
|
||||
# Use the maximum available, or set MAX_FD != -1 to use that value.
|
||||
MAX_FD=maximum
|
||||
|
|
2
gradlew.bat
vendored
2
gradlew.bat
vendored
|
@ -13,6 +13,8 @@
|
|||
@rem See the License for the specific language governing permissions and
|
||||
@rem limitations under the License.
|
||||
@rem
|
||||
@rem SPDX-License-Identifier: Apache-2.0
|
||||
@rem
|
||||
|
||||
@if "%DEBUG%"=="" @echo off
|
||||
@rem ##########################################################################
|
||||
|
|
Loading…
Reference in a new issue