chore: Compile the app against SDK 35

This commit is contained in:
Ahmad Ansori Palembani 2024-11-20 11:26:49 +07:00
parent 76de509ae5
commit cd3e526fdf
Signed by: null2264
GPG key ID: BA64F8B60AF3EFB6

View file

@ -1,5 +1,5 @@
object AndroidConfig {
const val compileSdk = 34
const val compileSdk = 35
const val minSdk = 23
const val targetSdk = 35
const val ndk = "23.1.7779620"