Skip to content

Commit

Permalink
Add the CPay SDK JAR as a library dep in Sample App
Browse files Browse the repository at this point in the history
A lot of subsequent work is going to be leveraging the CPay SDK inside
the sample app. This is a simple commit to lay the foundation for that.

It's possible that in Android Studio, in order to get type support for
the CPay SDK JAR, that you need to explicitly add the JAR as a library

See here: https://stackoverflow.com/a/35241990/10541855
  • Loading branch information
devinmorgan committed Jan 10, 2024
1 parent 329d048 commit 0416777
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sample-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ dependencies {
implementation 'androidx.navigation:navigation-ui-ktx:2.5.3'

implementation 'com.google.dagger:hilt-android:2.44'
implementation files('libs/CpaySDKLibV4.0.9_20230420.jar')
kapt 'com.google.dagger:hilt-compiler:2.44'

// Used only for doing requests from the sample app, not a requirement for the ForageSDK
Expand Down
Binary file added sample-app/libs/CpaySDKLibV4.0.9_20230420.jar
Binary file not shown.

0 comments on commit 0416777

Please sign in to comment.