use sdk 36

This commit is contained in:
Fabian Freund
2025-08-24 07:51:56 +02:00
parent 2a6f3c8ba8
commit ee28567b2e
4 changed files with 7 additions and 8 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
//Required by background_fetch build
ext {
compileSdkVersion = 35
targetSdkVersion = 35
compileSdkVersion = 36
targetSdkVersion = 36
}
buildscript {