Skip to content

Commit

Permalink
Module compileSdk = 35
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Nov 14, 2024
1 parent 07c84fc commit cb706c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test-app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ plugins {

android {
namespace = "android.template.test.navigation"
compileSdk = 34
compileSdk = 35
targetProjectPath = ":app"

defaultConfig {
minSdk = 21
targetSdk = 34
targetSdk = 35

testInstrumentationRunner = "android.template.core.testing.HiltTestRunner"
}
Expand Down

0 comments on commit cb706c4

Please sign in to comment.