Skip to content

Commit

Permalink
Merge pull request #5 from ItzNotABug/minor.sample.app.fix
Browse files Browse the repository at this point in the history
Minor Sample App Fixes & Misc.
  • Loading branch information
ItzNotABug authored Mar 21, 2024
2 parents e4f1215 + 2844069 commit 9aee98c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
.gradle
gradle.properties
local.properties
.idea/
.idea
.DS_Store
build
captures
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
namespace 'com.lazygeniouz.acv.example'

defaultConfig {
minSdkVersion 21
targetSdkVersion 34
minSdk 21
targetSdk 34

versionCode 1
versionName "1.0"
Expand Down

0 comments on commit 9aee98c

Please sign in to comment.