Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
[versions]
appcompat = "1.7.0"
dokka-gradle-plugin = "1.9.20"
gradle = "8.7.2"
gradle = "8.10.1"
jacoco-android = "0.2.1"
lifecycle-extensions = "2.2.0"
lifecycle-viewmodel-ktx = "2.8.7"
kotlin = "2.0.21"
kotlinx-coroutines = "1.9.0"
lifecycle-viewmodel-ktx = "2.9.0"
kotlin = "2.1.20"
kotlinx-coroutines = "1.10.2"
junit = "4.13.2"
secrets-gradle-plugin = "2.0.1"
truth = "1.4.4"
play-services-maps = "19.0.0"
core-ktx = "1.15.0"
robolectric = "4.12.2"
play-services-maps = "19.2.0"
core-ktx = "1.16.0"
robolectric = "4.14.1"
kxml2 = "2.3.0"
mockk = "1.13.11"
lint = "31.7.2"
lint = "31.10.1"

[libraries]
appcompat = { module = "androidx.appcompat:appcompat", version.ref = "appcompat" }
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
networkTimeout=10000
validateDistributionUrl=true
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
8 changes: 8 additions & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@
* limitations under the License.
*/

pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}

include 'demo'
include 'library'
include 'lint-checks'