

To manually update Gradle, edit android/gradle/wrapper/gradle-wrapper.properties. Change classpath ':gradle:3.3.2' to classpath ':gradle:3.6.1'. To manually update Gradle plugin, edit android/adle file. You can also manually update the Gradle plugin and Gradle. It will tell you to update Gradle plugin and Gradle. When you open the Android project in Android Studio, a Plugin Update Recommended message will appear. Note that they use double quote instead of single quote now, that's required for variables to work. androidTestImplementation ':espresso-core:3.1.0' to androidTestImplementation ":espresso-core:$android圎spressoCoreVersion".androidTestImplementation ':junit:1.1.1' to androidTestImplementation ":junit:$androidxJunitVersion".testImplementation 'junit:junit:4.12' to testImplementation "junit:junit:$junitVersion".implementation 'androidx.appcompat:appcompat:1.0.0' to implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion".


To update the base structure of your Android project, view the android-template project in the Capacitor repo, under the tag corresponding to the latest stable release of Capacitor. Then from Android Studio click the "Sync Project with Gradle Files" button.
