From 78db68469b50db3265a5912e807979e425ed27cb Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 9 Nov 2023 10:51:49 +0100 Subject: [PATCH 1/5] chore: update to 18.2.0 --- android/build.gradle | 2 +- android/manifest | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index 0d0429c..de15a8f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -1,7 +1,7 @@ dependencies { // Needed to check for Google Play Services availability on device. - implementation 'com.google.android.gms:play-services-base:18.1.0' + implementation 'com.google.android.gms:play-services-base:18.2.0' // App devs expect adding "ti.playservices" will enable "Fused Location" support to "Ti.Gelocation" APIs. // So, we must add this library to support it, even though this module doesn't use this library at all. diff --git a/android/manifest b/android/manifest index 1cb836c..1fe4ff9 100644 --- a/android/manifest +++ b/android/manifest @@ -2,7 +2,7 @@ # this is your module manifest and used by Titanium # during compilation, packaging, distribution, etc. # -version: 18.2.0 +version: 18.2.1 apiversion: 4 architectures: arm64-v8a armeabi-v7a x86 x86_64 description: Titanium Google Play Services module. From a32eadb2b36a475aceb6f1a348e3ec70806a5e3d Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 9 Nov 2023 11:00:51 +0100 Subject: [PATCH 2/5] github action --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1be2f50..530c535 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -60,8 +60,8 @@ jobs: - run: npm i -g titanium name: Install Titanium CLI - - run: ti sdk install --branch master 12.1.0.v20221229113413 --force - name: Install SDK 12.1.0 + - run: ti sdk install --branch master 12.2.1.GA --force + name: Install SDK 12.2.1 - name: Set up Homebrew id: set-up-homebrew From e753de2a09b33b75c8758e9f48f2a093a975d33b Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 9 Nov 2023 11:04:21 +0100 Subject: [PATCH 3/5] github action --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 530c535..c5d9fbe 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -60,7 +60,7 @@ jobs: - run: npm i -g titanium name: Install Titanium CLI - - run: ti sdk install --branch master 12.2.1.GA --force + - run: ti sdk install 12.2.1.GA name: Install SDK 12.2.1 - name: Set up Homebrew From 21634ddc0a093c3077c08c4176d4862cba20fe84 Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 9 Nov 2023 11:13:50 +0100 Subject: [PATCH 4/5] github action --- .github/workflows/android.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index c5d9fbe..d7e993d 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -85,7 +85,7 @@ jobs: with: api-level: 29 target: playstore - script: npm run test:android -- --sdkVersion 12.1.0.v20221229113413 + script: npm run test:android -- --sdkVersion 12.2.1.GA disable-animations: false # defaulting to true, the commands sent to emulator to do this sometimes run too quickly after boot and cause "adb: device offline" failures - name: Show summary of ccache configuration and statistics counters From 13b5012f1271a632fc50f93cbeea488d21caa7cc Mon Sep 17 00:00:00 2001 From: m1ga Date: Thu, 21 Mar 2024 19:16:49 +0100 Subject: [PATCH 5/5] chore: cla update --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index ac0fe23..bbfcc73 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -8,6 +8,6 @@ jobs: name: Verify contributor steps: - - uses: tidev/tidev-cla-action@v1 + - uses: tidev/tidev-cla-action@v2 with: repo-token: ${{ secrets.GITHUB_TOKEN }}