1
0
Fork 0

Increased target SDK

This commit is contained in:
nin0dev 2024-03-24 07:30:23 -04:00
parent d21f742eda
commit 30fe88a4ba
2 changed files with 15 additions and 5 deletions

View file

@ -2,4 +2,5 @@
plugins {
id 'com.android.application' version '8.3.1' apply false
id 'com.android.library' version '8.3.1' apply false
id 'org.jetbrains.kotlin.android' version '2.0.0-Beta5' apply false
}