Skip to content

Commit

Permalink
Uogrades
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 3, 2024
1 parent 02f823f commit 8b8d8f7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,3 +47,9 @@ install-linux:
sudo apt-get install jq
sudo apt-get install curl
curl https://services.gradle.org/versions/current
local-pipeline:
chmod +x gradlew
touch local.properties
make dependencies
make lint
make b
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ android {
}

defaultConfig {
compileSdk 33
minSdkVersion 14
targetSdkVersion 33
compileSdk 34
minSdkVersion 21
targetSdkVersion 34
versionCode 2
versionName "2.0"
}
Expand Down

0 comments on commit 8b8d8f7

Please sign in to comment.