Skip to content

Commit

Permalink
Merge pull request #5 from Infomaniak/target-sdk-34
Browse files Browse the repository at this point in the history
Change target and compile SDK to 34
  • Loading branch information
tevincent authored Jul 16, 2024
2 parents ad2c999 + 3bae73e commit 15458ad
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 @@ -5,12 +5,12 @@ apply plugin: 'kotlin-parcelize'
android {
namespace 'com.infomaniak.meet'

compileSdk 33
compileSdk 34

defaultConfig {
applicationId "com.infomaniak.meet"
minSdkVersion 24
targetSdkVersion 33
targetSdkVersion 34
versionCode 22
versionName "2.6.2"

Expand Down

0 comments on commit 15458ad

Please sign in to comment.