Integrating the Samsung Pay SDK {#samsungpay-integrating-sdk}
=============================================================

1. Add the *samsungpay.jar* and *sdk-v1.0.0.jar* files to the *libs* folder of your Android project.

2. Choose Gradle Scripts \&gt; build.gradle and enter the dependencies shown below.

   #### ADDITIONAL INFORMATION

   ```
   dependencies {
       compile files('libs/samsungpay.jar')
       compile files(libs/sdk-v1.0.0.jar')
   }          
   ```
3. Import the package.

   #### ADDITIONAL INFORMATION

   ```
   import com.samsung.android.sdk.samsungpay;              
   ```

