Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
NigelBreslaw committed Jan 24, 2024
1 parent 06a40a6 commit 5830237
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@ jobs:
with:
distribution: 'temurin' # See 'Supported distributions' for available options
java-version: '21'

- uses: actions/setup-node@v4
with:
node-version: 20.11.0
- name: install dependencies
run: npm install -ci

Expand Down
2 changes: 1 addition & 1 deletion native_gg2/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ android {

namespace 'com.example.withnewarch'
defaultConfig {
applicationId 'com.example.withnewarch'
applicationId 'com.guardianghost'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down

0 comments on commit 5830237

Please sign in to comment.