Skip to content

Commit

Permalink
push update 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
l00pinfinity committed Feb 24, 2023
1 parent 511207b commit 795cf8e
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion android/app/capacitor.build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ apply from: "../capacitor-cordova-android-plugins/cordova.variables.gradle"
dependencies {
implementation project(':capacitor-community-http')
implementation project(':capacitor-app')
implementation project(':capacitor-filesystem')
implementation project(':capacitor-haptics')
implementation project(':capacitor-keyboard')
implementation project(':capacitor-local-notifications')
Expand Down
3 changes: 0 additions & 3 deletions android/capacitor.settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ project(':capacitor-community-http').projectDir = new File('../node_modules/@cap
include ':capacitor-app'
project(':capacitor-app').projectDir = new File('../node_modules/@capacitor/app/android')

include ':capacitor-filesystem'
project(':capacitor-filesystem').projectDir = new File('../node_modules/@capacitor/filesystem/android')

include ':capacitor-haptics'
project(':capacitor-haptics').projectDir = new File('../node_modules/@capacitor/haptics/android')

Expand Down
1 change: 1 addition & 0 deletions src/app/app-routing.module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const routes: Routes = [
loadChildren: () => import('./components/auth/reset/reset.module').then( m => m.ResetPageModule)
}


];

@NgModule({
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/home/home.page.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@

<ion-toolbar>
<ion-segment value="random"
color="tertiary"
color="success"
scrollable="true"
mode="ios"
[(ngModel)]="segmentModel"
Expand Down

0 comments on commit 795cf8e

Please sign in to comment.