File tree Expand file tree Collapse file tree 6 files changed +11
-7
lines changed
java/com/codesyntax/ionicreactdemo Expand file tree Collapse file tree 6 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -26,3 +26,7 @@ yarn-error.log*
2626
2727# Optional eslint cache
2828.eslintcache
29+
30+ # Keystore files
31+ * .jks
32+ * .keystore
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'com.android.application'
33android {
44 compileSdkVersion rootProject. ext. compileSdkVersion
55 defaultConfig {
6- applicationId " io.ionic.starter "
6+ applicationId " com.codesyntax.ionicreactdemo "
77 minSdkVersion rootProject. ext. minSdkVersion
88 targetSdkVersion rootProject. ext. targetSdkVersion
99 versionCode 1
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest xmlns : android =" http://schemas.android.com/apk/res/android"
33 xmlns : tools =" http://schemas.android.com/tools"
4- package =" io.ionic.starter " >
4+ package =" com.codesyntax.ionicreactdemo " >
55
66 <application
77 android : allowBackup =" true"
1414
1515 <activity
1616 android : configChanges =" orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode"
17- android : name =" io.ionic.starter .MainActivity"
17+ android : name =" com.codesyntax.ionicreactdemo .MainActivity"
1818 android : label =" @string/title_activity_main"
1919 android : theme =" @style/AppTheme.NoActionBarLaunch"
2020 android : launchMode =" singleTask" >
Original file line number Diff line number Diff line change 1- package io . ionic . starter ;
1+ package com . codesyntax . ionicreactdemo ;
22
33import com .getcapacitor .BridgeActivity ;
44
Original file line number Diff line number Diff line change 22<resources >
33 <string name =" app_name" >ionic-react-leaflet-demo</string >
44 <string name =" title_activity_main" >ionic-react-leaflet-demo</string >
5- <string name =" package_name" >io.ionic.starter </string >
6- <string name =" custom_url_scheme" >io.ionic.starter </string >
5+ <string name =" package_name" >com.codeyntax.ionicreactdemo </string >
6+ <string name =" custom_url_scheme" >com.codeyntax.ionicreactdemo </string >
77</resources >
Original file line number Diff line number Diff line change 1515.leaflet-touch .leaflet-bar a {
1616 width : 40px ;
1717 height : 40px ;
18- line-height : 26 px ;
18+ line-height : 35 px ;
1919 border-radius : 50% !important ;
2020 background-color : var (--ion-color-light );
2121 color : var (--ion-color-dark );
You can’t perform that action at this time.
0 commit comments