Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
cordova-plugin-local-notifications
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Nabil Sadki
cordova-plugin-local-notifications
Commits
eda86551
Commit
eda86551
authored
Nov 01, 2017
by
Sebastián Katzer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add maven.google.com to the list of repositories [#1408]
parent
3924e58a
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
plugin.xml
plugin.xml
+1
-1
localnotification.gradle
src/android/build/localnotification.gradle
+4
-0
No files found.
plugin.xml
View file @
eda86551
...
...
@@ -96,7 +96,7 @@
<!-- android -->
<platform
name=
"android"
>
<framework
src=
"com.android.support:support-v4:26.+"
value=
"gradle"
/>
<framework
src=
"com.android.support:support-v4:26.+"
/>
<framework
src=
"src/android/build/localnotification.gradle"
custom=
"true"
type=
"gradleReference"
/>
<config-file
target=
"res/xml/config.xml"
parent=
"/*"
>
...
...
src/android/build/localnotification.gradle
View file @
eda86551
...
...
@@ -17,6 +17,10 @@
repositories
{
mavenCentral
()
jcenter
()
maven
{
url
"https://maven.google.com"
}
}
if
(!
project
.
ext
.
has
(
'appShortcutBadgerVersion'
))
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment