Skip to content

Commit

Permalink
Merge pull request #2579 from nextcloud/api-level-35
Browse files Browse the repository at this point in the history
Upgrade The SDK Version to 35
  • Loading branch information
AndyScherzinger authored Feb 19, 2025
2 parents b1e1ef9 + 801a72d commit d6b1c88
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ apply plugin: 'com.android.application'
apply plugin: 'org.jetbrains.kotlin.android'

android {
compileSdk 34
compileSdk 35
namespace 'it.niedermann.owncloud.notes'

defaultConfig {
applicationId "it.niedermann.owncloud.notes"
minSdk 24
targetSdk 34
targetSdk 35
versionCode 40040000
versionName "4.4.0 Alpha1"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down

0 comments on commit d6b1c88

Please sign in to comment.