Skip to content

Commit

Permalink
update Target SDK from 34 to 35
Browse files Browse the repository at this point in the history
  • Loading branch information
NicosNicolaou16 committed Oct 27, 2024
1 parent b7d992e commit 0c6673a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions navigation/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ plugins {

android {
namespace = "com.nicos.navigation"
buildToolsVersion = "34.0.0"
compileSdk = 34
buildToolsVersion = "35.0.0"
compileSdk = 35

defaultConfig {
minSdk = 27
testOptions.targetSdk = 34
lint.targetSdk = 34
minSdk = 28
testOptions.targetSdk = 35
lint.targetSdk = 35

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down

0 comments on commit 0c6673a

Please sign in to comment.