Skip to content

Commit

Permalink
PA upgrade (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
kober32 committed Mar 4, 2024
1 parent 34aaaee commit 54ea19e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
9 changes: 9 additions & 0 deletions docs/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 1.1.0 (Mar 4, 2023)

- Using PowerAuth SDK `1.8.x`

## 1.0.3 (Mar 4, 2023)

- Documentation improvements
- Logs improvements

## 1.0.2 (Nov 10, 2023)

- Fixed error handling in verifying OTP endpoint
Expand Down
4 changes: 2 additions & 2 deletions library/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -69,11 +69,11 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk7:${Constants.BuildScript.kotlinVersion}")
implementation("androidx.annotation:annotation:1.6.0")
implementation("com.google.code.gson:gson:2.8.9")
implementation("com.wultra.android.powerauth:powerauth-networking:1.2.0")
implementation("com.wultra.android.powerauth:powerauth-networking:1.3.0")
implementation("androidx.security:security-crypto-ktx:1.1.0-alpha06")

// Dependencies
compileOnly("com.wultra.android.powerauth:powerauth-sdk:1.7.8")
compileOnly("com.wultra.android.powerauth:powerauth-sdk:1.8.0")
}

apply("android-release-aar.gradle")
1 change: 1 addition & 0 deletions scripts/android-publish-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -223,6 +223,7 @@ DEBUG_LOG "Gradle command line >> ./gradlew $GRADLE_CMD_LINE"
POP_DIR

if [ x$DO_COMMIT == x1 ]; then
git add library/gradle.properties
git commit -m "Bumped version to ${VERSION}"
git tag "${VERSION}"
fi
Expand Down

0 comments on commit 54ea19e

Please sign in to comment.