diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index cc470fb..3c257c6 100755 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -39,7 +39,7 @@ jobs: ${{ runner.os }}-yarn- - name: Install dependencies # install project deps with --frozen-lockfile to make sure we will have the same packages version ( very recommended on running yarn install on ci) - run: yarn install --frozen-lockfile + run: yarn install - name: Gradle cache uses: actions/cache@v4 diff --git a/.github/workflows/ios.yml b/.github/workflows/ios.yml index ada09f1..7e7d34b 100755 --- a/.github/workflows/ios.yml +++ b/.github/workflows/ios.yml @@ -53,7 +53,7 @@ jobs: max-size: 1500M - name: Install dependencies - run: yarn install --frozen-lockfile --network-timeout 300000 + run: yarn install --network-timeout 300000 - name: Setup Ruby (bundle) uses: ruby/setup-ruby@v1 diff --git a/android/build.gradle b/android/build.gradle index 4dd29a4..d6ada74 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -6,7 +6,7 @@ buildscript { minSdkVersion = 21 compileSdkVersion = 34 targetSdkVersion = 34 - kotlinVersion = "1.9.24" + kotlinVersion = "2.0.0" ndkVersion = "25.1.8937393" } repositories {