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 0c6673a commit 0d60106
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions network/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ plugins {

android {
namespace = "com.nicos.network"
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 0d60106

Please sign in to comment.