Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhangcy authored and Zhangcy committed Mar 20, 2023
1 parent 162a5e4 commit 13be2d2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down Expand Up @@ -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' }
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
version=8.7.2

0 comments on commit 13be2d2

Please sign in to comment.