Updates AGP and compose, fragment, navigation, benchmarking and firebase libraries.

This commit is contained in:
Vitor Pamplona 2024-10-07 17:02:09 -04:00
parent 18fca8adac
commit 0551b82bd9
3 changed files with 9 additions and 8 deletions

1
.gitignore vendored
View File

@ -13,6 +13,7 @@
/.idea/ktfmt.xml /.idea/ktfmt.xml
/.idea/studiobot.xml /.idea/studiobot.xml
/.idea/other.xml /.idea/other.xml
/.idea/runConfigurations.xml
.DS_Store .DS_Store
/build /build
/captures /captures

View File

@ -1,7 +1,7 @@
[versions] [versions]
accompanistAdaptive = "0.34.0" accompanistAdaptive = "0.34.0"
activityCompose = "1.9.2" activityCompose = "1.9.2"
agp = "8.6.1" agp = "8.7.0"
android-compileSdk = "34" android-compileSdk = "34"
android-minSdk = "26" android-minSdk = "26"
android-targetSdk = "34" android-targetSdk = "34"
@ -9,16 +9,16 @@ androidKotlinGeohash = "1.0"
androidxJunit = "1.2.1" androidxJunit = "1.2.1"
appcompat = "1.7.0" appcompat = "1.7.0"
audiowaveform = "1.1.1" audiowaveform = "1.1.1"
benchmark = "1.3.1" benchmark = "1.3.2"
benchmarkJunit4 = "1.3.1" benchmarkJunit4 = "1.3.2"
biometricKtx = "1.2.0-alpha05" biometricKtx = "1.2.0-alpha05"
blurhash = "1.0.0" blurhash = "1.0.0"
coil = "2.7.0" coil = "2.7.0"
composeBom = "2024.09.02" composeBom = "2024.09.03"
coreKtx = "1.13.1" coreKtx = "1.13.1"
espressoCore = "3.6.1" espressoCore = "3.6.1"
firebaseBom = "33.3.0" firebaseBom = "33.4.0"
fragmentKtx = "1.8.3" fragmentKtx = "1.8.4"
gms = "4.4.2" gms = "4.4.2"
jacksonModuleKotlin = "2.17.2" jacksonModuleKotlin = "2.17.2"
jna = "5.14.0" jna = "5.14.0"
@ -35,7 +35,7 @@ lightcompressor = "1.3.2"
markdown = "077a2cde64" markdown = "077a2cde64"
media3 = "1.4.1" media3 = "1.4.1"
mockk = "1.13.12" mockk = "1.13.12"
navigationCompose = "2.8.1" navigationCompose = "2.8.2"
okhttp = "5.0.0-alpha.14" okhttp = "5.0.0-alpha.14"
runner = "1.6.2" runner = "1.6.2"
rfc3986 = "0.1.0" rfc3986 = "0.1.0"

View File

@ -1,6 +1,6 @@
#Wed Jan 04 09:23:50 EST 2023 #Wed Jan 04 09:23:50 EST 2023
distributionBase=GRADLE_USER_HOME distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
distributionPath=wrapper/dists distributionPath=wrapper/dists
zipStorePath=wrapper/dists zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME zipStoreBase=GRADLE_USER_HOME