summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-03-06 01:36:08 -0500
committerbunnei <bunneidev@gmail.com>2023-06-03 00:05:33 -0700
commit82dca7e5863e6bb70713f822c4d43451a7d42817 (patch)
treee26fc5bdba84850431fd63c67d7151ac30fefa05 /src
parentfc785972f9cee6ffbdfcaa52398073a5a527784b (diff)
android: Upgrade to AGP 7.4.2
Diffstat (limited to 'src')
-rw-r--r--src/android/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/android/build.gradle b/src/android/build.gradle
index 9d7571a4e..4734855d0 100644
--- a/src/android/build.gradle
+++ b/src/android/build.gradle
@@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
- classpath 'com.android.tools.build:gradle:7.3.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