Skip to content

Commit

Permalink
android: add AndroidX appcompat as a dependency to display In App mes…
Browse files Browse the repository at this point in the history
…sages
  • Loading branch information
abarisain committed Apr 26, 2021
1 parent 6395ef1 commit de43c17
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ android {
//noinspection GradleDynamicVersion
implementation 'com.batch.android:batch-sdk:1.17.+'

implementation 'androidx.appcompat:appcompat:1.2.0'

testImplementation 'androidx.test:core:1.3.0'
testImplementation 'androidx.test:rules:1.3.0'
testImplementation 'androidx.test.ext:junit:1.1.2'
Expand Down

0 comments on commit de43c17

Please sign in to comment.