Upgrade R8 Compiler

This commit is contained in:
Shivam Goyal
2023-09-22 02:25:49 +05:30
parent fb650e6a9e
commit 6a0db1dcb1
3 changed files with 5 additions and 0 deletions

View File

@@ -1,6 +1,7 @@
buildscript {
dependencies {
classpath libs.juspay.hypersdk.plugin
classpath libs.android.r8
}
}

View File

@@ -15,6 +15,7 @@ android-installreferrer = "2.2"
android-material = "1.9.0"
android-places = "2.6.0"
android-play-core-ktx = "1.8.1"
android-r8 = "8.2.33"
android-supportAnnotations = "28.0.0"
androidx-appcompat = "1.6.1"
androidx-browser = "1.3.0"
@@ -138,6 +139,8 @@ android-places = { module = "com.google.android.libraries.places:places", versio
android-play-core-ktx = { module = "com.google.android.play:core-ktx", version.ref = "android-play-core-ktx" }
android-r8 = { module = "com.android.tools:r8", version.ref = "android-r8" }
android-support-annotations = { module = "com.android.support:support-annotations", version.ref = "android-supportAnnotations" }
androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" }

View File

@@ -2,6 +2,7 @@ pluginManagement {
repositories {
google()
mavenCentral()
maven { url 'https://storage.googleapis.com/r8-releases/raw' }
maven { url 'https://maven.fabric.io/public' }
maven { url 'https://plugins.gradle.org/m2/' }
maven { url 'https://maven.juspay.in/jp-build-packages/hyper-sdk/' }