mirror of
https://codeberg.org/timelimit/timelimit-android.git
synced 2025-10-03 01:39:22 +02:00
Increase target sdk to 36
This commit is contained in:
parent
0505fa0f8b
commit
c746770e89
1 changed files with 2 additions and 2 deletions
|
@ -26,11 +26,11 @@ plugins {
|
||||||
|
|
||||||
android {
|
android {
|
||||||
namespace 'io.timelimit.android'
|
namespace 'io.timelimit.android'
|
||||||
compileSdk 35
|
compileSdk 36
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "io.timelimit.android"
|
applicationId "io.timelimit.android"
|
||||||
minSdkVersion 26
|
minSdkVersion 26
|
||||||
targetSdkVersion 35
|
targetSdkVersion 36
|
||||||
versionCode 223
|
versionCode 223
|
||||||
versionName "7.2.4"
|
versionName "7.2.4"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue