We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 038d2d9 commit f2c0236Copy full SHA for f2c0236
Functions/build.gradle.kts
@@ -27,15 +27,4 @@ kotlin {
27
}
28
29
30
-android {
31
- compileSdk = 35
32
- sourceSets["main"].manifest.srcFile("src/androidMain/AndroidManifest.xml")
33
- namespace = "io.github.jan.supabase.functions.library"
34
- defaultConfig {
35
- minSdk = 21
36
- }
37
- compileOptions {
38
- sourceCompatibility = JavaVersion.VERSION_1_8
39
- targetCompatibility = JavaVersion.VERSION_1_8
40
41
-}
+configureLibraryAndroidTarget()
0 commit comments