diff --git a/.gitignore b/.gitignore index 5e4af5732..c6493a3bb 100644 --- a/.gitignore +++ b/.gitignore @@ -11,3 +11,4 @@ app/debug/ app/release/ .idea/ app/bc-android.keystore +.kotlin/ diff --git a/.idea/gradle.xml b/.idea/gradle.xml deleted file mode 100644 index 0897082f7..000000000 --- a/.idea/gradle.xml +++ /dev/null @@ -1,19 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f7684fad8..7b0a1d35e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,11 +3,11 @@ agp = "8.7.1" kotlin = "2.0.21" gmsGoogleServices = "4.4.2" firebaseCrashlytics = "3.0.2" -firebaseBomVersion = "33.4.0" +firebaseBomVersion = "33.5.1" ktlint = "11.3.1" -annotations = "1.8.2" -activity = "1.9.2" +annotations = "1.9.0" +activity = "1.9.3" appcompat = "1.7.0" constraintLayout = "2.1.4" coreKtx = "1.13.1" @@ -19,12 +19,13 @@ slidingpanelayout = "1.2.0" window = "1.3.0" gridlayout = "1.0.0" securityCryptoKtx = "1.1.0-alpha06" -navigation = "2.8.2" +navigation = "2.8.3" emoji2 = "1.5.0" car = "1.7.0-beta02" flexbox = "3.0.0" +#noinspection GradleDependency material = "1.11.0" -protobuf = "3.22.3" +protobuf = "3.25.5" coil = "2.7.0" dotsIndicator = "5.0" photoview = "2.3.0"