Skip to content

Commit

Permalink
Update Android Gradle Plugin to 7.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrettDong committed Mar 16, 2023
1 parent bc9e6ff commit 094d24c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,6 @@ createWindowsJunctionLinks.dependsOn makeLocalization

android {
compileSdkVersion override_compileSdkVersion
ndkVersion "25.2.9519653"

defaultConfig {
minSdkVersion override_minSdkVersion
Expand Down
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@

buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.1'
classpath 'com.android.tools.build:gradle:7.4.2'

// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
Expand All @@ -15,7 +15,7 @@ buildscript {

allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}
Expand Down

0 comments on commit 094d24c

Please sign in to comment.