Skip to content

Commit 0798fa2

Browse files
authored
Merge pull request #158 from Brijeshthummar02/minSdkVersion
Increase minSdkVersion to 26
2 parents f2c20a2 + c508d5b commit 0798fa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ android {
77

88
defaultConfig {
99
applicationId "ai.elimu.content_provider"
10-
minSdkVersion 24
10+
minSdkVersion 26
1111
targetSdkVersion 35
1212
versionCode 1002029
1313
versionName "1.2.29-SNAPSHOT"

utils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
namespace 'ai.elimu.content_provider.utils'
99

1010
defaultConfig {
11-
minSdkVersion 24
11+
minSdkVersion 26
1212
targetSdkVersion 34
1313
versionCode 1002029
1414
versionName "1.2.29-SNAPSHOT"

0 commit comments

Comments
 (0)