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:
Jays2Kings 2023-08-02 20:27:41 -04:00
parent 211068d79a
commit 19db2ebee5
16 changed files with 242 additions and 79 deletions

View file

@ -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"