-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #15 from klippa-app/feature/bump-sdk
bump ios and android versions.
- Loading branch information
Showing
54 changed files
with
428 additions
and
1,484 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.