Fix sources not loading

(cherry picked from commit 1f79444a531d0f4ec93cc953f3d82ea3c1094471)

# Conflicts:
#	app/proguard-rules.pro
This commit is contained in:
arkon 2022-08-14 11:49:19 -04:00 committed by Jobobby04
parent e7423e3715
commit 9a291e6da4

View File

@ -1,5 +1,9 @@
buildscript {
dependencies {
// Pinning to older version of R8 due to weird forced optimizations in newer versions in
// version bundled with AGP
// https://mvnrepository.com/artifact/com.android.tools/r8?repo=google
classpath("com.android.tools:r8:3.1.66")
classpath(libs.android.shortcut.gradle)
classpath(libs.google.services.gradle)
classpath(libs.aboutlibraries.gradle)