sarlow

Results 3 comments of sarlow

@bohan-amplitude I'm running into the same issue with the amplitude_flutter package causing the Android release build to fail. I've copied the error message below. I’m using amplitude_flutter: 3.10.0 and Flutter...

Hi @yuhao900914, thanks for following up. After updating the `android/gradle/wrapper/gradle-wrapper.properties` distributionUrl and the `android/build.gradle` classpath, it seems to be working now, so possibly it was an issue with using an...

Sure, the changes were: `gradle-wrapper.properties` distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip => distributionUrl=https\://services.gradle.org/distributions/gradle-7.3.3-all.zip `android/build.gradle` classpath 'com.android.tools.build:gradle:7.0.4' => classpath 'com.android.tools.build:gradle:7.2.1'