This is an automated email from the ASF dual-hosted git repository. pkarwasz pushed a commit to branch pull/279/head in repository https://gitbox.apache.org/repos/asf/logging-log4j-samples.git
commit 7ad9251c8179ed9403f9784f9db25f93188cb28b Author: Piotr P. Karwasz <pkarwasz-git...@apache.org> AuthorDate: Thu Apr 10 16:26:19 2025 +0200 Downgrade Android plugin to a supported version --- log4j-samples-android/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/log4j-samples-android/app/build.gradle b/log4j-samples-android/app/build.gradle index 1613384..383951f 100644 --- a/log4j-samples-android/app/build.gradle +++ b/log4j-samples-android/app/build.gradle @@ -15,7 +15,7 @@ * limitations under the License. */ plugins { - id 'com.android.application' version '8.8.2' + id 'com.android.application' version '8.2.0' } android {