We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54b5b5c commit ac31f03Copy full SHA for ac31f03
AndroidApp/build-logic/src/main/kotlin/me/nya_n/notificationnotifier/Application.kt
@@ -8,10 +8,10 @@ internal fun Project.configureApplication(
8
extension: ApplicationExtension
9
) {
10
extension.apply {
11
- compileSdk = 34
+ compileSdk = 35
12
defaultConfig {
13
minSdk = 30
14
- targetSdk = 34
+ targetSdk = 35
15
versionCode = 2
16
versionName = "1.1"
17
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
0 commit comments