mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Bumped dependencies
This commit is contained in:
parent
4ff8c7c7eb
commit
467e029599
3 changed files with 7 additions and 24 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -11,3 +11,4 @@ app/debug/
|
||||||
app/release/
|
app/release/
|
||||||
.idea/
|
.idea/
|
||||||
app/bc-android.keystore
|
app/bc-android.keystore
|
||||||
|
.kotlin/
|
||||||
|
|
|
||||||
19
.idea/gradle.xml
generated
19
.idea/gradle.xml
generated
|
|
@ -1,19 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<project version="4">
|
|
||||||
<component name="GradleMigrationSettings" migrationVersion="1" />
|
|
||||||
<component name="GradleSettings">
|
|
||||||
<option name="linkedExternalProjectsSettings">
|
|
||||||
<GradleProjectSettings>
|
|
||||||
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
||||||
<option name="gradleJvm" value="#GRADLE_LOCAL_JAVA_HOME" />
|
|
||||||
<option name="modules">
|
|
||||||
<set>
|
|
||||||
<option value="$PROJECT_DIR$" />
|
|
||||||
<option value="$PROJECT_DIR$/app" />
|
|
||||||
</set>
|
|
||||||
</option>
|
|
||||||
<option name="resolveExternalAnnotations" value="false" />
|
|
||||||
</GradleProjectSettings>
|
|
||||||
</option>
|
|
||||||
</component>
|
|
||||||
</project>
|
|
||||||
|
|
@ -3,11 +3,11 @@ agp = "8.7.1"
|
||||||
kotlin = "2.0.21"
|
kotlin = "2.0.21"
|
||||||
gmsGoogleServices = "4.4.2"
|
gmsGoogleServices = "4.4.2"
|
||||||
firebaseCrashlytics = "3.0.2"
|
firebaseCrashlytics = "3.0.2"
|
||||||
firebaseBomVersion = "33.4.0"
|
firebaseBomVersion = "33.5.1"
|
||||||
ktlint = "11.3.1"
|
ktlint = "11.3.1"
|
||||||
|
|
||||||
annotations = "1.8.2"
|
annotations = "1.9.0"
|
||||||
activity = "1.9.2"
|
activity = "1.9.3"
|
||||||
appcompat = "1.7.0"
|
appcompat = "1.7.0"
|
||||||
constraintLayout = "2.1.4"
|
constraintLayout = "2.1.4"
|
||||||
coreKtx = "1.13.1"
|
coreKtx = "1.13.1"
|
||||||
|
|
@ -19,12 +19,13 @@ slidingpanelayout = "1.2.0"
|
||||||
window = "1.3.0"
|
window = "1.3.0"
|
||||||
gridlayout = "1.0.0"
|
gridlayout = "1.0.0"
|
||||||
securityCryptoKtx = "1.1.0-alpha06"
|
securityCryptoKtx = "1.1.0-alpha06"
|
||||||
navigation = "2.8.2"
|
navigation = "2.8.3"
|
||||||
emoji2 = "1.5.0"
|
emoji2 = "1.5.0"
|
||||||
car = "1.7.0-beta02"
|
car = "1.7.0-beta02"
|
||||||
flexbox = "3.0.0"
|
flexbox = "3.0.0"
|
||||||
|
#noinspection GradleDependency
|
||||||
material = "1.11.0"
|
material = "1.11.0"
|
||||||
protobuf = "3.22.3"
|
protobuf = "3.25.5"
|
||||||
coil = "2.7.0"
|
coil = "2.7.0"
|
||||||
dotsIndicator = "5.0"
|
dotsIndicator = "5.0"
|
||||||
photoview = "2.3.0"
|
photoview = "2.3.0"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue