target sdk 36

This commit is contained in:
Gergely Hegedus 2025-11-02 20:20:45 +02:00
parent 31809449eb
commit bddb556bb1
19 changed files with 97 additions and 37 deletions

View file

@ -3,7 +3,7 @@ buildscript {
}
}// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '8.7.2' apply false
id 'com.android.library' version '8.7.2' apply false
id 'com.android.application' version '8.13.0' apply false
id 'com.android.library' version '8.13.0' apply false
id 'org.jetbrains.kotlin.android' version '1.9.20' apply false
}