Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #93 from Team-Ladefuchs/dev/raise-sdk-versions
Browse files Browse the repository at this point in the history
raise compile and target versions
  • Loading branch information
thebino authored May 14, 2024
2 parents 602cfa3 + 9479d0c commit 896f876
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Ladefuchs/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@ plugins {
}

android {
compileSdkVersion 33
compileSdk 34
defaultConfig {
applicationId "app.ladefuchs.android"
minSdkVersion 28
targetSdkVersion 33
targetSdkVersion 34
versionCode 210
versionName '2.1.0'


testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down

0 comments on commit 896f876

Please sign in to comment.