tipsi/tipsi-stripe

Could not find com.google.android.gms:play-services-wallet:16.3.0

Closed this issue · 1 comments

Before I have submitted the issue

[X ] I have read an installation guide
[ X] I know that for an iOS I need to install pods because I've read the installation guide
[ X] I have read a linking guide and checked that everything is OK like in manual linking guide
[ X] I know that before using tipsi-stripe I need to set options for my app as described in usage guide

The problem

Briefly describe the issue you are experiencing (or the feature you want to see added to tipsi-stripe).
Tell us what you were trying to do and what happened instead.

Attempting to build react native app on Android with version 8.0.2 of tipsi-stripe, but the build repeatedly crashes stating the following:

Could not determine the dependencies of task ':tipsi-stripe:compileDebugAidl'.
> Could not resolve all task dependencies for configuration ':tipsi-stripe:debugCompileClasspath'.
   > Could not find com.google.android.gms:play-services-wallet:16.3.0.
     Required by:
         project :tipsi-stripe

Possible solution:
 - Declare repository providing the artifact, see the documentation at https://docs.gradle.org/current/userguide/declaring_repositories.html

Added the line

implementation 'com.google.android.gms:play-services-wallet:16.3.0'

in hopes of fixing the issue but the solution did not work.

Environment

  • tipsi-stripe version: 8.0.2
  • Last tipsi-stripe version where the issue was not reproduced (if applicable):
  • iOS or Android: Android
  • OS version: N/A
  • React-Native version: 0.63.4
  • (Android only) com.google.firebase:firebase-core version: N/A
  • (Android only) com.google.android.gms:play-services-base version: N/A

Links to logs and sources

Create a GIST which is a paste of your full logs or sources, and link them here.
If you are reporting a bug, always include build or error logs!

For Android, please provide the following sections from android/app/build.gradle:

  • android.compileSdkVersion: 29
  • android.buildToolsVersion: 29.0.3
  • android.defaultConfig.minSdkVersion: 21
  • android.defaultConfig.targetSdkVersion: 29
  • android.defaultConfig.multiDexEnabled (if exists): true

Screenshots, GIFs (Must to have)

Just drag-and-drop them to this textarea

Code To Reproduce Issue (Good To Have)

Please remember that with sample code it's easier to reproduce the bug and it's much faster to fix it.

Never mind. 16.3.0 is not a valid version for the library. Changed my google play services version to 18.1.2