Skip to content

Commit

Permalink
small commits
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam1410 committed Mar 18, 2020
1 parent f34c5aa commit 22a381d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions config.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="io.ionic.starter" version="0.0.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>ionic- DF</name>
<name>ionic-PDF</name>
<description>Basic Pdf library manager in ionic</description>
<author email="gargshivam482@gmail.com" href="https://github.com/shivam1410">Shivam Garg</author>
<content src="index.html" />
<content original-src="index.html" src="http://localhost:8100" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
Expand Down
2 changes: 1 addition & 1 deletion src/app/home/popover/popover.component.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<ion-list radio-group [(ngModel)]="fontFamily" (ionChange)="changeFontFamily()" class="popover-page">
<ion-list radio-group class="popover-page">
<!-- <ion-item >
<ion-grid>
<ion-row class="row-dots">
Expand Down
Binary file added src/build/app-release-unsigned.apk
Binary file not shown.

0 comments on commit 22a381d

Please sign in to comment.