Skip to content

Commit ab02a6f

Browse files
authored
Bump appcompat library version (#413)
1 parent 6c92ec8 commit ab02a6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

AndroidSDKTests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
implementation project(':AndroidSDKPush')
6363
implementation project(':AndroidSDKLocation')
6464
implementation project(':AndroidSDKFcm')
65-
implementation "androidx.appcompat:appcompat:1.2.0-beta01" // WebView in Emulator with API22 is failing with exception because of appcompat version. In 1.2.0-beta01 it is not reproduced.
65+
implementation "androidx.appcompat:appcompat:${APPCOMPAT_LIBRARY_VERSION}"
6666
implementation 'com.google.android.gms:play-services-location:17.0.0'
6767

6868
// Dependencies used for unit tests.

common-methods.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// Export methods by turning them into closures
22
ext {
33
COMPILE_SDK_VERSION = 29
4-
APPCOMPAT_LIBRARY_VERSION = '1.1.0'
4+
APPCOMPAT_LIBRARY_VERSION = '1.2.0'
55
MIN_SDK_VERSION = 14
66
JAVA_VERSION = JavaVersion.VERSION_1_8
77

0 commit comments

Comments
 (0)