Skip to content

Commit

Permalink
feat: use targetSdkVersion 33
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 26, 2023
1 parent fa873ad commit 432516d
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 @@ -14,11 +14,11 @@ apply plugin: 'com.android.application'
apply plugin: 'de.mobilej.unmock'

android {
compileSdk 32
compileSdk 33
defaultConfig {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 32
targetSdkVersion 33
versionCode 145
archivesBaseName = 'appium-uiautomator2'
/**
Expand Down

0 comments on commit 432516d

Please sign in to comment.