Skip to content

Commit

Permalink
chore: 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Dec 19, 2024
1 parent 78ff9dd commit a7d6ac8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
// noinspection GradleDynamicVersion
api 'com.facebook.react:react-native:+'
implementation "app.screeb.sdk:survey:2.1.8"
implementation "app.screeb.sdk:survey:2.1.9"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:1.8.22"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@screeb/react-native",
"version": "2.1.7",
"version": "2.1.8",
"description": "Continuous Product Discovery",
"scripts": {
"clean": "rm -rf lib/",
Expand Down
2 changes: 1 addition & 1 deletion screeb-module.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"

s.dependency "React-Core"
s.dependency "Screeb", '~> 2.1.8'
s.dependency "Screeb", '~> 2.1.9'
end

0 comments on commit a7d6ac8

Please sign in to comment.