diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 1be2f50..d7e993d 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 12.2.1.GA + name: Install SDK 12.2.1 - name: Set up Homebrew id: set-up-homebrew @@ -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 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.