Skip to content

Commit 2844069

Browse files
committed
fix build gradle versions, misc.
1 parent e4f1215 commit 2844069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
.gradle
33
gradle.properties
44
local.properties
5-
.idea/
5+
.idea
66
.DS_Store
77
build
88
captures

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ android {
66
namespace 'com.lazygeniouz.acv.example'
77

88
defaultConfig {
9-
minSdkVersion 21
10-
targetSdkVersion 34
9+
minSdk 21
10+
targetSdk 34
1111

1212
versionCode 1
1313
versionName "1.0"

0 commit comments

Comments
 (0)