Skip to content
This repository was archived by the owner on Jun 27, 2020. It is now read-only.

Commit 8a36f8b

Browse files
Raise minSdkVersion to 21.
1 parent 24a16ff commit 8a36f8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ android {
2222
buildToolsVersion '27.0.3'
2323
defaultConfig {
2424
applicationId 'com.blogspot.e_kanivets.moneytracker'
25-
minSdkVersion 17
25+
minSdkVersion 21
2626
targetSdkVersion 26
2727

2828
versionCode 31

0 commit comments

Comments
 (0)