Upgrade to API 35

This commit is contained in:
clement
2024-07-11 17:30:38 +02:00
parent f420fc93e9
commit 7a8c574454
4 changed files with 21 additions and 15 deletions

View File

@@ -5,12 +5,12 @@ plugins {
android {
namespace = "com.example.busroute"
compileSdk = 34
compileSdk = 35
defaultConfig {
applicationId = "com.clement.busroute"
minSdk = 26
targetSdk = 34
targetSdk = 35
versionCode = 1
versionName = "1.0"