Skip to content

Commit

Permalink
update minSdkVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
codeskyblue committed Apr 8, 2024
1 parent c2dcd69 commit c5d2397
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:
distribution: 'oracle'
cache: gradle

- name: Print generated version
run: gradle androidGitVersion

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Print generated version
run: ./gradlew --quiet androidGitVersion

- name: Build with Gradle
run: ./gradlew build

Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ android {

defaultConfig {
applicationId "com.github.uiautomator"
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 32
versionCode androidGitVersion.code()
versionName androidGitVersion.name()
Expand Down
2 changes: 1 addition & 1 deletion permission/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ android {
compileSdkVersion 33

defaultConfig {
minSdkVersion 18
minSdkVersion 19
targetSdkVersion 32
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit c5d2397

Please sign in to comment.