Skip to content

Commit

Permalink
Merge pull request #493 from UseHover/qa
Browse files Browse the repository at this point in the history
v.1.11.4
  • Loading branch information
alexosugo authored May 25, 2022
2 parents 93bd147 + 866802e commit a0507eb
Show file tree
Hide file tree
Showing 128 changed files with 2,557 additions and 868 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/qa-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: eskatos/[email protected]
with:
# Can be overridden with the desired gradle version
gradle-version: 7.2
gradle-version: 7.3.3
wrapper-cache-enabled: true
dependencies-cache-enabled: true
configuration-cache-enabled: true
Expand Down
5 changes: 5 additions & 0 deletions .idea/jarRepositories.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

33 changes: 29 additions & 4 deletions .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 6 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ android {
applicationId "com.hover.stax"
minSdk 21
targetSdk 31
versionCode 133
versionName "1.10.1"
versionCode 142
versionName "1.11.4"

vectorDrawables.useSupportLibrary = true
multiDexEnabled true
Expand Down Expand Up @@ -114,6 +114,7 @@ android {
lint {
disable 'MissingTranslation', 'ExtraTranslation'
}
namespace 'com.hover.stax'
}


Expand Down Expand Up @@ -196,6 +197,9 @@ dependencies {
debugImplementation project(":hover.sdk")
def sdk_version = "2.0.0-stax-1.10.1-pro"

// UXCam
implementation 'com.uxcam:uxcam:3.3.7@aar'

releaseImplementation "com.hover:android-sdk:$sdk_version"

debugImplementation 'com.android.volley:volley:1.2.1'
Expand Down
3 changes: 3 additions & 0 deletions app/proguard-rules.pro
Original file line number Diff line number Diff line change
Expand Up @@ -34,3 +34,6 @@
public *;
}
-dontwarn com.bumptech.glide.load.resource.bitmap.VideoDecoder

-keep class com.uxcam.** { *; }
-dontwarn com.uxcam.**
Loading

0 comments on commit a0507eb

Please sign in to comment.