From 214597065389f785f52e05a59c92df616fc0461c Mon Sep 17 00:00:00 2001 From: Hailey Date: Sun, 29 Sep 2024 18:51:20 -0700 Subject: [PATCH] force kotlin version --- app.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index 567a8eb5a3..c9e44f4a89 100644 --- a/app.config.js +++ b/app.config.js @@ -207,7 +207,7 @@ module.exports = function (config) { compileSdkVersion: 34, targetSdkVersion: 34, buildToolsVersion: '34.0.0', - kotlinVersion: '1.8.0', + kotlinVersion: '1.9.24', newArchEnabled: true, }, },