File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ fun Project.configureLibraryAndroidTarget(
12
12
javaVersion : JavaVersion = JavaVersion .VERSION_1_8
13
13
) {
14
14
extensions.configure(LibraryExtension ::class ) {
15
- compileSdk = 35
15
+ compileSdk = 36
16
16
sourceSets[" main" ].manifest.srcFile(" src/androidMain/AndroidManifest.xml" )
17
17
this .namespace = namespace ? : " ${extra[" base-group" ].toString().replace(" -" , " ." )} .${this @configureLibraryAndroidTarget.name.replace(" -" , " " )} .library"
18
18
defaultConfig {
@@ -31,7 +31,7 @@ fun Project.configureLibraryAndroidTarget(
31
31
fun BaseAppModuleExtension.configureApplicationAndroidTarget (
32
32
javaVersion : JavaVersion = JavaVersion .VERSION_1_8
33
33
) {
34
- compileSdk = 35
34
+ compileSdk = 36
35
35
defaultConfig {
36
36
applicationId = " io.github.jan.supabase.android"
37
37
minSdk = 26
You can’t perform that action at this time.
0 commit comments