Skip to content

Commit

Permalink
⬆️ Upgrade Android SDK
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Colman Lopes <[email protected]>
  • Loading branch information
LeoColman committed Jan 22, 2025
1 parent 05d6e2f commit 7602df3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ repositories {

android {
namespace = "br.com.colman.petals"
compileSdk = 34
compileSdk = 35

defaultConfig {
applicationId = "br.com.colman.petals"
minSdk = 21
targetSdk = 34
targetSdk = 35
versionCode = 3034001
versionName = "3.34.1"

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ buildscript {
dependencies {
classpath("com.android.tools.build:gradle") {
version {
strictly("8.2.0")
strictly("8.7.3")
}
}
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:${libs.versions.kotlin.get()}")
Expand Down

0 comments on commit 7602df3

Please sign in to comment.