Skip to content

Commit

Permalink
chore: bump kotlin version from 1.7.0 to 1.8.0; fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ALexanderLonsky committed Oct 30, 2023
1 parent 55c5c17 commit 17fdd60
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ jobs:

- name: 🛠️ Set up environment
uses: ./.github/actions/setup
with:
cocoa-pods: true

- name: 🕵️ Lint
run: yarn lint
Expand Down
2 changes: 1 addition & 1 deletion android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#Fri May 07 15:08:27 EEST 2021
GiphyReactNativeSDK.kotlinVersion=1.7.0
GiphyReactNativeSDK.kotlinVersion=1.8.0
GiphyReactNativeSDK.minSdkVersion=21
GiphyReactNativeSDK.targetSdkVersion=31
GiphyReactNativeSDK.compileSdkVersion=31
Expand Down

0 comments on commit 17fdd60

Please sign in to comment.