Skip to content

Commit

Permalink
Merge pull request #15 from klippa-app/feature/bump-sdk
Browse files Browse the repository at this point in the history
bump ios and android versions.
  • Loading branch information
RobinFarmer authored Dec 10, 2024
2 parents e36c289 + f57ecd1 commit 2d31d6e
Show file tree
Hide file tree
Showing 54 changed files with 428 additions and 1,484 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"
- uses: actions/setup-node@v2
with:
node-version: 18
Expand All @@ -30,12 +30,12 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [macos-13]
os: [macos-15]
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
with:
java-version: "12.x"
java-version: "17.x"
- uses: actions/setup-node@v2
with:
node-version: 18
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.0.11

* Bump Android to 0.7.8
* Bump iOS to 0.6.0

## 0.0.10

* Bump Android to 0.7.5
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies {
implementation "com.facebook.react:react-native"
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"

def fallbackKlippaVersion = "0.7.5"
def fallbackKlippaVersion = "0.7.8"
def klippaIdentityVerificationVersion = project.hasProperty('klippaIdentityVerificationVersion') ? project.klippaIdentityVerificationVersion : fallbackKlippaVersion
implementation "com.klippa:identity_verification:$klippaIdentityVerificationVersion"
}
Expand Down
9 changes: 4 additions & 5 deletions android/gradle.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
KlippaIdentityVerificationSdk_kotlinVersion=1.7.0
KlippaIdentityVerificationSdk_minSdkVersion=21
KlippaIdentityVerificationSdk_targetSdkVersion=31
KlippaIdentityVerificationSdk_compileSdkVersion=31
KlippaIdentityVerificationSdk_ndkversion=21.4.7075529
KlippaIdentityVerificationSdk_kotlinVersion=1.9.20
KlippaIdentityVerificationSdk_minSdkVersion=24
KlippaIdentityVerificationSdk_targetSdkVersion=34
KlippaIdentityVerificationSdk_compileSdkVersion=34
1 change: 0 additions & 1 deletion example/.node-version

This file was deleted.

1 change: 0 additions & 1 deletion example/.ruby-version

This file was deleted.

7 changes: 5 additions & 2 deletions example/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
source 'https://rubygems.org'

# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
ruby '2.7.5'
ruby ">= 2.6.10"

gem 'cocoapods', '~> 1.11', '>= 1.11.2'
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
gem 'xcodeproj', '< 1.26.0'
55 changes: 0 additions & 55 deletions example/android/app/_BUCK

This file was deleted.

Loading

0 comments on commit 2d31d6e

Please sign in to comment.