Skip to content

Commit

Permalink
fix: app db link
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Oct 27, 2022
1 parent aa050ff commit c5fef1c
Show file tree
Hide file tree
Showing 19 changed files with 1,043 additions and 833 deletions.
5 changes: 5 additions & 0 deletions android/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -94,3 +94,8 @@ capacitor-cordova-android-plugins

# Copied web assets
app/src/main/assets/public

# Generated Config files
app/src/main/assets/capacitor.config.json
app/src/main/assets/capacitor.plugins.json
app/src/main/res/xml/config.xml
17 changes: 6 additions & 11 deletions android/.idea/jarRepositories.xml

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

11 changes: 1 addition & 10 deletions android/.idea/misc.xml

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

6 changes: 3 additions & 3 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ repositories {
}

dependencies {
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
implementation fileTree(include: ['*.jar'], dir: 'libs')
implementation "androidx.appcompat:appcompat:$androidxAppCompatVersion"
implementation "androidx.coordinatorlayout:coordinatorlayout:$androidxCoordinatorLayoutVersion"
implementation "androidx.core:core-splashscreen:$coreSplashScreenVersion"
implementation project(':capacitor-android')
testImplementation "junit:junit:$junitVersion"
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
Expand All @@ -49,5 +49,5 @@ try {
apply plugin: 'com.google.gms.google-services'
}
} catch(Exception e) {
logger.warn("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
logger.info("google-services.json not found, google-services plugin not applied. Push Notifications won't work")
}
6 changes: 3 additions & 3 deletions android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@
android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
android:name="ee.forgr.mimesis.MainActivity"
android:label="@string/title_activity_main"
android:exported="true"
android:theme="@style/AppTheme.NoActionBarLaunch"
android:launchMode="singleTask">
android:launchMode="singleTask"
android:exported="true">

<intent-filter>
<action android:name="android.intent.action.MAIN" />
Expand All @@ -36,7 +36,7 @@
android:grantUriPermissions="true">
<meta-data
android:name="android.support.FILE_PROVIDER_PATHS"
android:resource="@xml/file_paths" />
android:resource="@xml/file_paths"></meta-data>
</provider>
</application>

Expand Down
Binary file removed android/app/src/main/assets/horn.mp3
Binary file not shown.
4 changes: 2 additions & 2 deletions android/app/src/main/assets/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Mimesis" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<script type="module" crossorigin src="/assets/index.18d9ee86.js"></script>
<link rel="stylesheet" href="/assets/index.ab620380.css">
<script type="module" crossorigin src="/assets/index.c893b4df.js"></script>
<link rel="stylesheet" href="/assets/index.a5d04827.css">
</head>

<body>
Expand Down
Binary file removed android/app/src/main/assets/tada.mp3
Binary file not shown.
1 change: 0 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,3 @@ allprojects {
task clean(type: Delete) {
delete rootProject.buildDir
}

26 changes: 13 additions & 13 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
@@ -1,39 +1,39 @@
// DO NOT EDIT THIS FILE! IT IS GENERATED EACH TIME "capacitor update" IS RUN
include ':capacitor-android'
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@4.1.0_@capacitor+core@4.1.0/node_modules/@capacitor/android/capacitor')
project(':capacitor-android').projectDir = new File('../node_modules/.pnpm/@capacitor+android@4.4.0_@capacitor+core@4.4.0/node_modules/@capacitor/android/capacitor')

include ':capacitor-community-keep-awake'
project(':capacitor-community-keep-awake').projectDir = new File('../node_modules/.pnpm/@capacitor-community+keep-awake@2.1.1_@capacitor+core@4.1.0/node_modules/@capacitor-community/keep-awake/android')
project(':capacitor-community-keep-awake').projectDir = new File('../node_modules/.pnpm/@capacitor-community+keep-awake@2.1.1_@capacitor+core@4.4.0/node_modules/@capacitor-community/keep-awake/android')

include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacitor+app@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/app/android')
project(':capacitor-app').projectDir = new File('../node_modules/.pnpm/@capacitor+app@4.1.0_@capacitor+core@4.4.0/node_modules/@capacitor/app/android')

include ':capacitor-device'
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@capacitor+device@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/device/android')
project(':capacitor-device').projectDir = new File('../node_modules/.pnpm/@capacitor+device@4.0.1_@capacitor+core@4.4.0/node_modules/@capacitor/device/android')

include ':capacitor-haptics'
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@capacitor+haptics@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/haptics/android')
project(':capacitor-haptics').projectDir = new File('../node_modules/.pnpm/@capacitor+haptics@4.0.1_@capacitor+core@4.4.0/node_modules/@capacitor/haptics/android')

include ':capacitor-keyboard'
project(':capacitor-keyboard').projectDir = new File('../node_modules/.pnpm/@capacitor+keyboard@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/keyboard/android')
project(':capacitor-keyboard').projectDir = new File('../node_modules/.pnpm/@capacitor+keyboard@4.0.1_@capacitor+core@4.4.0/node_modules/@capacitor/keyboard/android')

include ':capacitor-preferences'
project(':capacitor-preferences').projectDir = new File('../node_modules/.pnpm/@capacitor+preferences@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/preferences/android')
project(':capacitor-preferences').projectDir = new File('../node_modules/.pnpm/@capacitor+preferences@4.0.1_@capacitor+core@4.4.0/node_modules/@capacitor/preferences/android')

include ':capacitor-splash-screen'
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@capacitor+splash-screen@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/splash-screen/android')
project(':capacitor-splash-screen').projectDir = new File('../node_modules/.pnpm/@capacitor+splash-screen@4.1.1_@capacitor+core@4.4.0/node_modules/@capacitor/splash-screen/android')

include ':capacitor-status-bar'
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@capacitor+status-bar@4.0.1_@capacitor+core@4.1.0/node_modules/@capacitor/status-bar/android')
project(':capacitor-status-bar').projectDir = new File('../node_modules/.pnpm/@capacitor+status-bar@4.0.1_@capacitor+core@4.4.0/node_modules/@capacitor/status-bar/android')

include ':capgo-capacitor-purchases'
project(':capgo-capacitor-purchases').projectDir = new File('../node_modules/.pnpm/@capgo+capacitor-purchases@1.3.15_@capacitor+core@4.1.0/node_modules/@capgo/capacitor-purchases/android')
project(':capgo-capacitor-purchases').projectDir = new File('../node_modules/.pnpm/@capgo+capacitor-purchases@1.3.18_@capacitor+core@4.4.0/node_modules/@capgo/capacitor-purchases/android')

include ':capgo-capacitor-updater'
project(':capgo-capacitor-updater').projectDir = new File('../node_modules/.pnpm/@capgo+capacitor-updater@4.0.0-alpha.52_@capacitor+core@4.1.0/node_modules/@capgo/capacitor-updater/android')
project(':capgo-capacitor-updater').projectDir = new File('../node_modules/.pnpm/@capgo+capacitor-updater@4.4.9_@capacitor+core@4.4.0/node_modules/@capgo/capacitor-updater/android')

include ':forgr-native-audio'
project(':forgr-native-audio').projectDir = new File('../node_modules/.pnpm/@forgr+native-audio@3.1.1_@capacitor+core@4.1.0/node_modules/@forgr/native-audio/android')
project(':forgr-native-audio').projectDir = new File('../node_modules/.pnpm/@forgr+native-audio@3.1.1_@capacitor+core@4.4.0/node_modules/@forgr/native-audio/android')

include ':capacitor-rate-app'
project(':capacitor-rate-app').projectDir = new File('../node_modules/.pnpm/capacitor-rate-app@3.0.0_@capacitor+core@4.1.0/node_modules/capacitor-rate-app/android')
project(':capacitor-rate-app').projectDir = new File('../node_modules/.pnpm/capacitor-rate-app@3.0.0_@capacitor+core@4.4.0/node_modules/capacitor-rate-app/android')
Binary file modified android/gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
Loading

0 comments on commit c5fef1c

Please sign in to comment.