Skip to content

Commit

Permalink
Bump core-data to SDK 34
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca authored Aug 28, 2023
1 parent 49c45ff commit 8e4f504
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 = 33
compileSdk = 34
targetProjectPath = ":app"

defaultConfig {
minSdk = 21
targetSdk = 33
targetSdk = 34

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

0 comments on commit 8e4f504

Please sign in to comment.