You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message:#"remove the getDefaultProguardFile("proguard-android.txt") section to be compliant with Android Gradle Plugin (AGP) version 9. Details: https://forums.skip.dev/categories/announcements"#,
495
+
message:#"change the getDefaultProguardFile("proguard-android.txt") section to getDefaultProguardFile("proguard-android-optimize.txt") be compliant with Android Gradle Plugin (AGP) version 9. Details: https://forums.skip.dev/categories/announcements"#,
496
496
removingIssue:{ contents in
497
497
// remove the getDefaultProguardFile(…) argument from active proguardFiles lines, keeping the rest
498
498
contents.gradleLines().map{ line in
499
499
guard line.activelyContains(#"getDefaultProguardFile("proguard-android.txt")"#)else{return line }
0 commit comments