Update Gradle build scripts

Signed-off-by: Patryk Mis <foss@patrykmis.com>
This commit is contained in:
Patryk Mis 2023-04-19 22:03:35 +02:00 committed by Daniel Micay
parent 29a004091e
commit 115ddcb164
3 changed files with 25 additions and 9 deletions

View File

@ -1,12 +1,7 @@
buildscript {
repositories {
google()
mavenCentral()
}
dependencies {
classpath("com.android.tools.build:gradle:8.0.0")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.20")
}
plugins {
id("com.android.application") version "8.0.0" apply false
id("com.android.library") version "8.0.0" apply false
id("org.jetbrains.kotlin.android") version "1.8.20" apply false
}
allprojects {

View File

@ -482,6 +482,11 @@
<sha512 value="8934d8109b3c454ca989970b9495c4f258f499a8e03c4e4a1625f1eb24cdb48d8bccedd1558bea6bc87fb13bb219f1f9a88a24dd98876b60af0daeb15c3f5aa9" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.android.application" name="com.android.application.gradle.plugin" version="8.0.0">
<artifact name="com.android.application.gradle.plugin-8.0.0.pom">
<sha512 value="64659ea6606a783603385a092328ac4c0c0d1a1351d710ab7dba67a4b8130ed59fae38e3b2c92163b919575701b954348a4da6f6980ebf62b1786b4b0b0879a4" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.android.databinding" name="baseLibrary" version="8.0.0">
<artifact name="baseLibrary-8.0.0.jar">
<sha512 value="4dce58e4a9457fb376c1a02ddfcb0488dbc854bdc57917ef197c74c5c49ac05d9fa4a96980e0b35f25c3e26e5f3ea448ddfc753ad5b0e8a6a6dd22f87ca20afc" origin="Generated by Gradle"/>
@ -490,6 +495,11 @@
<sha512 value="e48788668e4fecb2c11f852a053f8ff43610ed74ff70f9ad2c48915c77b2676a5a916dea45dddec6fbc4218911288ffb1b69b3f2a4c023b57fb0b055cc7c29da" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.android.library" name="com.android.library.gradle.plugin" version="8.0.0">
<artifact name="com.android.library.gradle.plugin-8.0.0.pom">
<sha512 value="d425e325bb146e40a0474ed9639d28beb5739cc670806276243abdd9bf1997bf6475a46413e57dc63ea716e7f65be4a8f651f6b002c96dcaaaae03cfe2ad02a2" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="com.android.tools" name="annotations" version="31.0.0">
<artifact name="annotations-31.0.0.jar">
<sha512 value="2c4636502a2d7da0c8c2dafdbc110f035221e2c7de93dbc12247033f26b85b41401fcd1c12ee2815b50e04294b38598ee5e1e1fa494e9b3236342afbfa449459" origin="Generated by Gradle"/>
@ -2020,6 +2030,11 @@
<sha512 value="5ac3a207e6d5d42037977c932c963beadf8a91ec5650be4f0036fc024ce07e4927d2451af858de5cf6298b82088fb16c0f8350f8487e13a5970ed7963c7477c7" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlin.android" name="org.jetbrains.kotlin.android.gradle.plugin" version="1.8.20">
<artifact name="org.jetbrains.kotlin.android.gradle.plugin-1.8.20.pom">
<sha512 value="7bcb97cceadde3fb21a924624f45df99c22e374a4bb4eac5422c7a1e280c86c0ed4e092fb85ab329b79088abba93891071b79b6a434a78fab1fc2ace32ae07be" origin="Generated by Gradle"/>
</artifact>
</component>
<component group="org.jetbrains.kotlinx" name="atomicfu" version="0.17.0">
<artifact name="atomicfu-0.17.0.module">
<sha512 value="719e3d5aed91f5237bbd3f42367132ac989471254d3299a5488fe765792589b858e65bd3dbcec89ae90f4fd354929e6d051444e356cdab2e1838ce284b898d38" origin="Generated by Gradle"/>

View File

@ -1,3 +1,9 @@
pluginManagement {
repositories {
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {