Fix issue with Gelbooru-type sites. Add Test button to settings. Target Android 16 (API level 36). Update various libraries.

This commit is contained in:
Kevin Alberts 2025-09-04 22:33:44 +02:00
parent f584825082
commit d7c74beb76
6 changed files with 63 additions and 18 deletions

View file

@ -1,6 +1,7 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id("com.android.application") version "8.7.0" apply false
id("com.android.library") version "8.7.0" apply false
id("com.android.application") version "8.12.2" apply false
id("com.android.library") version "8.12.2" apply false
id("org.jetbrains.kotlin.android") version "2.0.20" apply false
}
}
val defaultTargetSdkVersion by extra(36)