Skip to content

Commit

Permalink
🍽️👄 ↝ Working android apk
Browse files Browse the repository at this point in the history
  • Loading branch information
Gizmotronn committed Nov 30, 2023
1 parent c099416 commit db1171e
Show file tree
Hide file tree
Showing 23 changed files with 6 additions and 670 deletions.
3 changes: 0 additions & 3 deletions android/.idea/.gitignore

This file was deleted.

1 change: 0 additions & 1 deletion android/.idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
apply plugin: 'com.android.application'

android {
namespace "space.starsailors"
namespace "space.starsailors.app"
compileSdkVersion rootProject.ext.compileSdkVersion
defaultConfig {
applicationId "space.starsailors"
applicationId "space.starsailors.app"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package space.starsailors;
package space.starsailors.app;

import com.getcapacitor.BridgeActivity;

Expand Down
4 changes: 2 additions & 2 deletions android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
<resources>
<string name="app_name">Star Sailors</string>
<string name="title_activity_main">Star Sailors</string>
<string name="package_name">space.starsailors</string>
<string name="custom_url_scheme">space.starsailors</string>
<string name="package_name">space.starsailors.app</string>
<string name="custom_url_scheme">space.starsailors.app</string>
</resources>
2 changes: 1 addition & 1 deletion capacitor.config.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { CapacitorConfig } from '@capacitor/cli';

const config: CapacitorConfig = {
appId: 'space.starsailors',
appId: 'space.starsailors.app',
appName: 'Star Sailors',
webDir: 'out',
server: {
Expand Down
13 changes: 0 additions & 13 deletions ios/.gitignore

This file was deleted.

Loading

0 comments on commit db1171e

Please sign in to comment.