From 3c59f603b16515d6261e7a726da9c06205300e30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=A6=8A=E5=8E=9F=E6=98=8C=E5=BD=A6?= Date: Thu, 5 Dec 2024 16:43:44 +0900 Subject: [PATCH] chore --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90e05a36..020d949c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ > Unable to get provider androidx.startup.InitializationProvider: androidx.startup.StartupException: androidx.startup.StartupException: java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/lifecycle/ReportFragment$ActivityInitializationListener; -If you got this error message at Android Studio, you should add next block to `android/app/build.gradle`. +If you got this error message at Android Studio, you should add next block to `android/app/build.gradle` like https://github.com/capacitor-community/stripe/blob/main/demo/angular/android/app/build.gradle#L61-L74 ```diff + buildscript {