Skip to content

Commit

Permalink
Bump AGP (libretro#16380)
Browse files Browse the repository at this point in the history
ref: https://issuetracker.google.com/issues/184872412

This is an issue of AGP 4.1. Updating AGP to 4.2 or above should fix it.

We've been fixing this for F-Droid for a while: https://gitlab.com/fdroid/fdroiddata/-/blob/master/metadata/com.retroarch.yml#L43
  • Loading branch information
licaon-kter authored Mar 22, 2024
1 parent b383f95 commit fee6ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/android/phoenix/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.0'
classpath 'com.android.tools.build:gradle:4.2.0'
}
}

Expand Down

0 comments on commit fee6ac3

Please sign in to comment.