Skip to content

Commit

Permalink
minSdkVersion to 23
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazman committed Jun 6, 2024
1 parent b3386ef commit 059379e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ android {

defaultConfig {
applicationId "vi.filepicker"
minSdkVersion 26
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionName "1.0"
versionCode 13
versionName "1.3.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
6 changes: 3 additions & 3 deletions filepicker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ apply plugin: 'kotlin-android-extensions'
apply plugin: 'com.github.dcendents.android-maven'
apply plugin: "com.jfrog.bintray"

version = "2.2.5"
version = "1.3.0"

android {
compileSdkVersion 30

defaultConfig {
minSdkVersion 26
minSdkVersion 23
targetSdkVersion 30
versionCode 1
versionCode 13
versionName version
}
buildTypes {
Expand Down

0 comments on commit 059379e

Please sign in to comment.