Skip to content

Commit

Permalink
Fix AccountKit SDK versions for Android and IOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jpgarcia committed Aug 5, 2019
1 parent abf28f4 commit 827ddac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def DEFAULT_BUILD_TOOLS_VERSION = "27.0.3"
def DEFAULT_MIN_SDK_VERSION = 16
def DEFAULT_TARGET_SDK_VERSION = 26
def DEFAULT_SUPPORT_LIB_VERSION = "27.1.1"
def DEFAULT_ACCOUNT_KIT_VERSION = "5.+"
def DEFAULT_ACCOUNT_KIT_VERSION = "5.0.+"

def SUPPORT_LIB_VERSION = rootProject.hasProperty('supportLibVersion') ? rootProject.supportLibVersion : DEFAULT_SUPPORT_LIB_VERSION
def ACCOUNT_KIT_VERSION = rootProject.hasProperty('accountKitSdkVersion') ? rootProject.accountKitSdkVersion : DEFAULT_ACCOUNT_KIT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion ios/RNAccountKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ Pod::Spec.new do |s|
s.source_files = "*.{h,m}"
s.preserve_paths = "*.js"
s.dependency 'React'
s.dependency 'AccountKit', '~> 5.0'
s.dependency 'AccountKit', '5.0.1'
end

0 comments on commit 827ddac

Please sign in to comment.