Skip to content

Commit

Permalink
Use compile and target SDK 35
Browse files Browse the repository at this point in the history
  • Loading branch information
Jiří Wolker committed Oct 24, 2024
1 parent 6a076f0 commit db745d8
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 @@ -6,12 +6,12 @@ plugins {

android {
namespace 'cz.jwo.kisctecka'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "cz.jwo.kisctecka"
minSdk 21
targetSdk 34
targetSdk 35
versionCode 1210
versionName "1.2.1"

Expand Down

0 comments on commit db745d8

Please sign in to comment.