You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a React Native project that is using AppCenter SDKs. The build is quite slow, and we would like to upgrade Gradle to 3.3 and the Android plugin to 2.3.0. However, this requires all the dependencies in our project to be on at least build tools 25.
(See https://developer.android.com/studio/releases/gradle-plugin)
Since React Native projects must build the AppCenter projects as part of their build process, the AppCenter tools need to be upgraded.
Alternatively, is it supported to download built artifacts via Maven, the way a non-React Native Android project would?
Repro Steps
Please list the steps used to reproduce your issue.
Edit /android/build.gradle and set the gradle plugin to com.android.tools.build:gradle:2.3.3
Edit gradle-wrapper.properties and change the Gradle version to 3.3.
Rebuild the project.
Gradle reports the following error:
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring project ':app'.
> Could not resolve all dependencies for configuration ':app:_debugApk'.
> A problem occurred configuring project ':appcenter-crashes'.
> The SDK Build Tools revision (23.0.1) is too low for project ':appcenter-crashes'. Minimum required is 25.0.0
Details
Which SDK version are you using?
1.1.0
Which OS version did you experience the issue on?
N/A
What device version did you see this error on? Were you using an emulator or a physical device?
N/A
What third party libraries are you using?
react-native-code-push
Run the following command and paste the output below: react-native info
If you're developing for React Native iOS, run the following command and paste the output below: pod --version
N/A
Please enable verbose logging for your app using [MSAppCenter setLogLevel: MSLogLevelVerbose]; before your call to [AppCenterReactNative register]; (or any other SDK registration). For Android, use AppCenter.setLogLevel(android.util.Log.VERBOSE); before your SoLoader.init call. Include the logs here:
N/A
The text was updated successfully, but these errors were encountered:
Description
We have a React Native project that is using AppCenter SDKs. The build is quite slow, and we would like to upgrade Gradle to 3.3 and the Android plugin to 2.3.0. However, this requires all the dependencies in our project to be on at least build tools 25.
(See https://developer.android.com/studio/releases/gradle-plugin)
Since React Native projects must build the AppCenter projects as part of their build process, the AppCenter tools need to be upgraded.
Alternatively, is it supported to download built artifacts via Maven, the way a non-React Native Android project would?
Repro Steps
Please list the steps used to reproduce your issue.
/android/build.gradle
and set the gradle plugin tocom.android.tools.build:gradle:2.3.3
gradle-wrapper.properties
and change the Gradle version to 3.3.Gradle reports the following error:
Details
react-native info
pod --version
N/A
[MSAppCenter setLogLevel: MSLogLevelVerbose];
before your call to[AppCenterReactNative register];
(or any other SDK registration). For Android, useAppCenter.setLogLevel(android.util.Log.VERBOSE);
before yourSoLoader.init
call. Include the logs here:N/A
The text was updated successfully, but these errors were encountered: