We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7644c2 commit 5045fa1Copy full SHA for 5045fa1
app/proguard-rules.pro
@@ -1,5 +1,4 @@
1
-dontobfuscate
2
--dontoptimize
3
4
-keep,allowoptimization class eu.kanade.**
5
-keep,allowoptimization class tachiyomi.**
settings.gradle.kts
@@ -13,6 +13,16 @@ pluginManagement {
13
mavenCentral()
14
maven(url = "https://www.jitpack.io")
15
}
16
+ // https://issuetracker.google.com/344363457
17
+ // TODO: Remove when AGP's bundled R8 is updated
18
+ buildscript {
19
+ repositories {
20
+ maven("https://storage.googleapis.com/r8-releases/raw")
21
+ }
22
+ dependencies {
23
+ classpath("com.android.tools:r8:8.5.31")
24
25
26
27
28
dependencyResolutionManagement {
0 commit comments