From 3331e3d52609f085fdadf37d5a26171599100f1e Mon Sep 17 00:00:00 2001 From: "Eric C. Johnson" Date: Mon, 24 Aug 2026 12:28:11 -0600 Subject: [PATCH] [Android] Bump cdvCompileSdkVersion to 36 to match androidx transitive dependency floor (Update gradle.properties cdvCompileSdkVersion from 35 to 36; SDK libraries already build against compileSdk 36 for these androidx versions) --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 01936dacdd..f50146abc3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -cdvCompileSdkVersion=35 +cdvCompileSdkVersion=36 cdvMinSdkVersion=31 android.useAndroidX=true android.nonTransitiveRClass=true