diff --git a/android/build.gradle b/android/build.gradle index d788dbc..6d43b4d 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -138,7 +138,7 @@ dependencies { implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" // Fix Duplicate class implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.0")) - implementation "com.flexa:spend:1.0.7" + implementation "com.flexa:spend:1.0.8" // From node_modules testImplementation 'junit:junit:4.13.2' diff --git a/flexa-react-native.podspec b/flexa-react-native.podspec index 27bdf37..662bfdd 100644 --- a/flexa-react-native.podspec +++ b/flexa-react-native.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| } s.dependency "React-Core" - s.dependency "Flexa", "~> 1.0.7" + s.dependency "Flexa", "~> 1.0.8" # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then diff --git a/package.json b/package.json index f8111be..d82122c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@flexa/flexa-react-native", - "version": "1.0.7", + "version": "1.0.8", "description": "Flexa Components", "main": "lib/commonjs/index", "module": "lib/module/index",