diff --git a/README.md b/README.md index 21e0078..3d7ec10 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ Gradle: Add the dependency ``` - implementation 'com.whatspos.sdk:paxstore-3rd-app-android-sdk:8.7.1' + implementation 'com.whatspos.sdk:paxstore-3rd-app-android-sdk:8.7.2' ``` ##### Tips: In the near future, our platform will only support applications integrated with sdk version v8.7.0 or higher. Please upgrade the sdk to the latest version as soon as possible diff --git a/demo/build.gradle b/demo/build.gradle index 4ed33fd..852757d 100644 --- a/demo/build.gradle +++ b/demo/build.gradle @@ -6,8 +6,8 @@ android { applicationId "com.pax.android.demoapp" minSdkVersion 19 targetSdkVersion 30 - versionCode 710 - versionName "8.7.1" + versionCode 720 + versionName "8.7.2" testInstrumentationRunner 'androidx.test.runner.AndroidJUnitRunner' } buildTypes { @@ -47,7 +47,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.0.0' implementation 'com.google.code.gson:gson:2.8.5' -// implementation 'com.whatspos.sdk:paxstore-3rd-app-android-sdk:8.7.1' +// implementation 'com.whatspos.sdk:paxstore-3rd-app-android-sdk:8.7.2' //to download below imports, please add this to root build.gradle repositories >> maven { url 'https://jitpack.io' } diff --git a/gradle.properties b/gradle.properties index 649e0ab..8338363 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,4 +18,4 @@ org.gradle.jvmargs=-Xmx1024m # http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects # org.gradle.parallel=true -version=8.7.1 \ No newline at end of file +version=8.7.2 \ No newline at end of file