Skip to content

Commit

Permalink
feat: bump targetSdkVersion to 31
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Dec 25, 2023
1 parent 50066df commit edd20a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 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 30
compileSdk 31
defaultConfig {
applicationId 'io.appium.uiautomator2'
minSdkVersion 21
targetSdkVersion 30
targetSdkVersion 31
versionCode 145
archivesBaseName = 'appium-uiautomator2'
/**
Expand Down
4 changes: 3 additions & 1 deletion app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@
<uses-permission android:name="android.permission.WAKE_LOCK" />
<uses-permission android:name="android.permission.CHANGE_WIFI_STATE" />
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
<uses-permission android:name="android.permission.BLUETOOTH" />
<uses-permission android:name="android.permission.BLUETOOTH_SCAN" />
<uses-permission android:name="android.permission.BLUETOOTH"
android:maxSdkVersion="30"/>
<!-- Note:
Allowing permission to retrieve all installed applications
-->
Expand Down

0 comments on commit edd20a4

Please sign in to comment.