mirror of
https://github.com/null2264/yokai.git
synced 2025-06-21 10:44:42 +00:00
Targeting SDK 34 (Android 14)
Its a much easier target than 13, first time ive gotten to change compile and target at the same time Also updating a bunch of libraries while i'm at it One of them is material and using it have back button progress on bottom sheet for now
This commit is contained in:
parent
211068d79a
commit
19db2ebee5
16 changed files with 242 additions and 79 deletions
|
@ -1,9 +1,9 @@
|
|||
import java.util.Locale
|
||||
|
||||
object AndroidVersions {
|
||||
const val compileSdk = 33
|
||||
const val compileSdk = 34
|
||||
const val minSdk = 23
|
||||
const val targetSdk = 33
|
||||
const val targetSdk = 34
|
||||
const val versionCode = 105
|
||||
const val versionName = "1.7.0"
|
||||
const val ndk = "23.1.7779620"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue