vmurin / react-native-azure-auth

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

Not build apk android #166

Closed joomoodle closed 1 year ago

joomoodle commented 1 year ago

Task :react-native-azure-auth:verifyReleaseResources FAILED

buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31

vmurin commented 1 year ago

In the build.gradle file located in node_modules/react-native-orientation/android/build.gradle made sure to match the compileSdkVersion and buildToolsVersion with the one being used in android/build.gradle.

Then run ./gradlew clean && ./gradlew assembleRelease to generate the APK.

Dont forget to write Feedback Here ;)

Juan Pablo @.***> schrieb am Sa., 24. Dez. 2022, 05:09:

Task :react-native-azure-auth:verifyReleaseResources FAILED

buildToolsVersion = "28.0.3" minSdkVersion = 16 compileSdkVersion = 29 targetSdkVersion = 29 supportLibVersion = "28.0.0"

— Reply to this email directly, view it on GitHub https://github.com/vmurin/react-native-azure-auth/issues/166, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACHA2MWTIXD456SCFHIHJE3WOZZQJANCNFSM6AAAAAATIHWZWM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

georgetk commented 1 year ago

Task :react-native-azure-auth:verifyReleaseResources FAILED

buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31

This is happening for me also in RN 0.70.6. Anybody has some idea?