Skip to content

Commit

Permalink
bump minsdk
Browse files Browse the repository at this point in the history
  • Loading branch information
compscidr committed Jun 18, 2024
1 parent fac0204 commit 52e303f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ android {
defaultConfig {
testInstrumentationRunnerArguments runnerBuilder: 'de.mannodermaus.junit5.AndroidJUnit5Builder'
applicationId "com.example.myapplication"
minSdkVersion 19
minSdkVersion 21
targetSdkVersion 34
versionCode 1
versionName "1.0"
Expand Down Expand Up @@ -195,4 +195,4 @@ tasks.create(name: "jacocoTestReportUnitTests", type: JacocoReport, dependsOn: "
}

apply from: file('secrets.gradle')
apply from: file('publish.gradle')
apply from: file('publish.gradle')

0 comments on commit 52e303f

Please sign in to comment.