Skip to content

Commit

Permalink
Merge pull request #268 from NordicSemiconductor/targetSdk35
Browse files Browse the repository at this point in the history
Setting target Android SDK version to 35
  • Loading branch information
philips77 authored Oct 21, 2024
2 parents 3ed4016 + 2d8d6d4 commit 758274f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/src/main/kotlin/no/nordicsemi/android/AppConsts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ package no.nordicsemi.android

object AppConst {
const val MIN_SDK = 21
const val COMPILE_SDK = 34
const val TARGET_SDK = 34
const val COMPILE_SDK = 35
const val TARGET_SDK = 35
}

0 comments on commit 758274f

Please sign in to comment.