Increase target sdk to 36

This commit is contained in:
Jonas Lochmann 2025-07-21 02:00:00 +02:00
parent 0505fa0f8b
commit c746770e89
No known key found for this signature in database
GPG key ID: 8B8C9AEE10FA5B36

View file

@ -26,11 +26,11 @@ plugins {
android {
namespace 'io.timelimit.android'
compileSdk 35
compileSdk 36
defaultConfig {
applicationId "io.timelimit.android"
minSdkVersion 26
targetSdkVersion 35
targetSdkVersion 36
versionCode 223
versionName "7.2.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"