From 32c006f5833996de12539af357b860fc4d9caba5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 20 Aug 2026 21:47:27 +0000 Subject: [PATCH] Update dependency android-compile-sdk to v37 --- example-android/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-android/build.gradle.kts b/example-android/build.gradle.kts index d52ea17..8b380c9 100644 --- a/example-android/build.gradle.kts +++ b/example-android/build.gradle.kts @@ -5,7 +5,7 @@ plugins { android { namespace = "com.jasonernst.packetdumper" - compileSdk = 36 + compileSdk = 37 defaultConfig { applicationId = "com.jasonernst.packetdumper"