Skip to content

Commit 43b1939

Browse files
committed
Fix framework gradle
1 parent 1d0469b commit 43b1939

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

HTTPShortcuts/framework/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55

66
android {
77
namespace = "ch.rmy.android.framework"
8-
compileSdk = 35
8+
compileSdk = 36
99

1010
defaultConfig {
1111
minSdk = 26

0 commit comments

Comments
 (0)