From e0849a08e2aceabcf70cbda6ab596171391d92a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EA=B1=B4=ED=9D=AC?= Date: Tue, 5 Aug 2025 11:59:54 +0900 Subject: [PATCH] =?UTF-8?q?#328=20-=20build=20:=20agp=208.5.1=20=EB=B2=84?= =?UTF-8?q?=EC=A0=84=EC=9C=BC=EB=A1=9C=20=EC=97=85=EA=B7=B8=EB=A0=88?= =?UTF-8?q?=EC=9D=B4=EB=93=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 그리고 ndk를 29버전으로 추가했다 그렇게 16kb 대응을 했다 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 85fbfca8..9ec44690 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] accompanistPermissionsVersion = "0.36.0" -agp = "8.5.0" +agp = "8.5.1" coilCompose = "3.1.0" coreSplashscreen = "1.0.1" datastorePreferences = "1.1.1"