From 81bbd4f01e989543368b73a9674e0e4db94ad443 Mon Sep 17 00:00:00 2001 From: marcprux Date: Sat, 19 Aug 2023 13:50:30 -0400 Subject: [PATCH] --- Sources/SkipLibKt/Skip/skip.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SkipLibKt/Skip/skip.yml b/Sources/SkipLibKt/Skip/skip.yml index cd0b197..7e1c5ce 100644 --- a/Sources/SkipLibKt/Skip/skip.yml +++ b/Sources/SkipLibKt/Skip/skip.yml @@ -23,7 +23,7 @@ build: - block: 'android' contents: - 'namespace = group as String' - - 'compileSdk = 33' + - 'compileSdk = 34' - block: 'defaultConfig' contents: - 'minSdk = 28'