mirror of
https://github.com/mihonapp/mihon.git
synced 2024-11-07 20:31:02 -05:00
Fix sources not loading
This commit is contained in:
parent
8811d951d0
commit
1f79444a53
2 changed files with 5 additions and 1 deletions
|
@ -1,5 +1,9 @@
|
||||||
buildscript {
|
buildscript {
|
||||||
dependencies {
|
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.android.shortcut.gradle)
|
||||||
classpath(libs.google.services.gradle)
|
classpath(libs.google.services.gradle)
|
||||||
classpath(libs.aboutlibraries.gradle)
|
classpath(libs.aboutlibraries.gradle)
|
||||||
|
|
Loading…
Reference in a new issue