Skip to content

Commit b09ab68

Browse files
Fixes #607 by downgrading targetSdkVersion due to other priorities
1 parent e53ff8e commit b09ab68

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ apply from: rootProject.file("gradle/git-tag-version.gradle")
2626

2727
android {
2828

29-
compileSdk(35)
29+
compileSdk(34)
3030

3131
defaultConfig {
3232
applicationId "no.nordicsemi.android.nrfmeshprovisioner"
3333
minSdk(19)
34-
targetSdk(35)
34+
targetSdk(34)
3535
versionCode getVersionCodeFromTags()
3636
versionName getVersionNameFromTags()
3737
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)