diff --git a/app/build.gradle b/app/build.gradle
index 2dac51e..7f18e35 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -1,23 +1,22 @@
apply plugin: 'com.android.application'
android {
- compileSdkVersion 31
- buildToolsVersion "30.0.3"
+ compileSdk 33
defaultConfig {
applicationId "io.appium.android.apis"
minSdkVersion 17
- targetSdkVersion 31
+ targetSdkVersion 33
versionCode 24
- versionName '4.1.1'
+ versionName '4.1.5'
testApplicationId "io.appium.android.apis.test"
testInstrumentationRunner ".app.LocalSampleInstrumentation"
}
dependencies {
- implementation 'androidx.appcompat:appcompat:1.4.2'
+ implementation 'androidx.appcompat:appcompat:1.6.1'
}
buildTypes {
diff --git a/app/src/main/AndroidManifest.xml b/app/src/main/AndroidManifest.xml
index 7fdd429..a5db947 100644
--- a/app/src/main/AndroidManifest.xml
+++ b/app/src/main/AndroidManifest.xml
@@ -32,6 +32,7 @@
+
@@ -41,6 +42,9 @@
+