vmurin / react-native-azure-auth

React Native library implementing Azure AD OAuth2 API
MIT License
85 stars 64 forks source link

Compile Android problem #190

Open daimonkor opened 11 months ago

daimonkor commented 11 months ago

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch react-native-azure-auth@1.8.8 for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/react-native-azure-auth/android/build.gradle b/node_modules/react-native-azure-auth/android/build.gradle
index 0814ea0..3193c3c 100644
--- a/node_modules/react-native-azure-auth/android/build.gradle
+++ b/node_modules/react-native-azure-auth/android/build.gradle
@@ -16,7 +16,7 @@ buildscript {
 apply plugin: 'com.android.library'

 android {
-    compileSdkVersion 29
+    compileSdkVersion 30
     buildToolsVersion "${project.ext.buildToolsVersion}"

     defaultConfig {

This issue body was partially generated by patch-package.