Switch to R8 dev releases (#1738)

This commit is contained in:
Harsh Shandilya 2022-02-21 18:22:48 +05:30 committed by GitHub
parent 3d0006d610
commit 2e3e6ef052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -4,6 +4,16 @@
*/
@file:Suppress("DSL_SCOPE_VIOLATION", "UnstableApiUsage")
buildscript {
repositories {
maven("https://storage.googleapis.com/r8-releases/raw") {
name = "R8 dev releases"
content { includeModule("com.android.tools", "r8") }
}
}
dependencies { classpath(libs.build.r8) }
}
plugins {
id("com.github.android-password-store.kotlin-common")
id("com.github.android-password-store.binary-compatibility")

View file

@ -48,6 +48,7 @@ build-download = "de.undercouch:gradle-download-task:5.0.1"
build-kotlin = "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
build-mavenpublish = "com.vanniktech:gradle-maven-publish-plugin:0.18.0"
build-okhttp = "com.squareup.okhttp3:okhttp:4.9.3"
build-r8 = "com.android.tools:r8:3.3.15-dev"
build-semver = "com.vdurmont:semver4j:3.1.0"
build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:6.3.0"