Skip to content

Commit

Permalink
Merge pull request #58 from PAXSTORE/hotfix/v8.7.2
Browse files Browse the repository at this point in the history
Hotfix/v8.7.2
  • Loading branch information
Apollolight authored Mar 20, 2023
2 parents b5accab + 13be2d2 commit d93fd96
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 6 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
8 changes: 4 additions & 4 deletions demo/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ 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 {
release {
minifyEnabled false
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
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
3 changes: 3 additions & 0 deletions sdk/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,9 @@
-dontwarn com.pax.market.api.sdk.java.base.dto.**
-keep class com.pax.market.api.sdk.java.base.dto.**{*;}
-keep class com.pax.market.api.sdk.java.api.sync.dto.**{*;}
-keep class com.pax.market.android.app.sdk.NotificationMessage { *; }
-keep class com.pax.market.android.app.sdk.CloudMessage { *; }
-keep class com.pax.market.android.app.sdk.dto.**{*;}

#default
-keep public class * extends android.app.Activity
Expand Down

0 comments on commit d93fd96

Please sign in to comment.