Skip to content

Commit

Permalink
Merge pull request #185 from Brijeshthummar02/minSdkVersion
Browse files Browse the repository at this point in the history
Increase minSdkVersion to 26
  • Loading branch information
jo-elimu authored Mar 2, 2025
2 parents 23f58f8 + e16e32f commit 2251f4e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "ai.elimu.analytics"
minSdkVersion 24
minSdkVersion 26
targetSdkVersion 35
versionCode 3001028
versionName "3.1.28-SNAPSHOT"
Expand Down
2 changes: 1 addition & 1 deletion utils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ android {
namespace "ai.elimu.analytics.utils"

defaultConfig {
minSdkVersion 24
minSdkVersion 26
targetSdkVersion 35
versionName "3.1.28-SNAPSHOT"
setProperty("archivesBaseName", "utils-${versionName}")
Expand Down

0 comments on commit 2251f4e

Please sign in to comment.