Skip to content

Commit

Permalink
fix(android): downgrade library version(for not need to change minSup…
Browse files Browse the repository at this point in the history
…portSdk)
  • Loading branch information
rdlabo committed Mar 4, 2023
1 parent 3e05b3e commit 0b1ca31
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ dependencies {
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation 'com.stripe:stripe-android:20.19.3'
implementation 'com.stripe:identity:20.19.3'
implementation 'com.stripe:stripe-android:20.11.0'
implementation 'com.stripe:identity:20.11.0'
implementation 'com.google.android.gms:play-services-wallet:19.1.0'
implementation 'com.google.code.gson:gson:2.8.9'

Expand Down
2 changes: 2 additions & 0 deletions demo/angular/android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="io.ionic.starter">

<application
Expand Down Expand Up @@ -29,6 +30,7 @@
android:name="androidx.core.content.FileProvider"
android:authorities="${applicationId}.fileprovider"
android:exported="false"
tools:replace="android:authorities"
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
Expand Down

0 comments on commit 0b1ca31

Please sign in to comment.