Skip to content

Commit

Permalink
Sdk 35
Browse files Browse the repository at this point in the history
  • Loading branch information
JoseAlcerreca committed Dec 9, 2024
1 parent 8130f0c commit b3c31b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ plugins {

android {
namespace 'com.example.sqlbasics'
compileSdk 34
compileSdk 35

defaultConfig {
applicationId "com.example.sqlbasics"
minSdkVersion 19
targetSdkVersion 34
minSdkVersion 21
targetSdkVersion 35
versionCode 1
versionName "1.0"

Expand Down

0 comments on commit b3c31b5

Please sign in to comment.