Skip to content

Commit

Permalink
Merge pull request #329 from m1ga/18_2_0
Browse files Browse the repository at this point in the history
chore: update to 18.2.0
  • Loading branch information
hansemannn authored May 14, 2024
2 parents 2cff516 + 21634dd commit 352d1da
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion android/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 352d1da

Please sign in to comment.