Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-fcm
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Jira
Jira
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ym
react-native-fcm
Commits
c3466ab4
Commit
c3466ab4
authored
May 03, 2018
by
Libin Lu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bump SDK version
parent
4b1cd17b
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
9 deletions
+13
-9
Examples/simple-fcm-client/android/app/build.gradle
Examples/simple-fcm-client/android/app/build.gradle
+3
-4
Examples/simple-fcm-client/android/build.gradle
Examples/simple-fcm-client/android/build.gradle
+8
-3
Examples/simple-fcm-client/android/gradle/wrapper/gradle-wrapper.properties
...m-client/android/gradle/wrapper/gradle-wrapper.properties
+2
-2
No files found.
Examples/simple-fcm-client/android/app/build.gradle
View file @
c3466ab4
...
...
@@ -84,13 +84,13 @@ def enableSeparateBuildPerCPUArchitecture = false
def
enableProguardInReleaseBuilds
=
false
android
{
compileSdkVersion
2
6
buildToolsVersion
"2
3.0.1
"
compileSdkVersion
2
7
buildToolsVersion
"2
7.0.3
"
defaultConfig
{
applicationId
"com.google.firebase.quickstart.fcm"
minSdkVersion
16
targetSdkVersion
2
6
targetSdkVersion
2
7
versionCode
1
versionName
"1.0"
ndk
{
...
...
@@ -133,7 +133,6 @@ android {
dependencies
{
compile
project
(
':react-native-fcm'
)
compile
fileTree
(
dir:
"libs"
,
include:
[
"*.jar"
])
compile
"com.android.support:appcompat-v7:26.1.0"
compile
"com.facebook.react:react-native:+"
// From node_modules
}
...
...
Examples/simple-fcm-client/android/build.gradle
View file @
c3466ab4
...
...
@@ -3,10 +3,14 @@
buildscript
{
repositories
{
jcenter
()
maven
{
url
'https://maven.google.com/'
name
'Google'
}
}
dependencies
{
classpath
'com.android.tools.build:gradle:
2.2.3
'
classpath
'com.google.gms:google-services:3.
0.0
'
classpath
'com.android.tools.build:gradle:
3.1.1
'
classpath
'com.google.gms:google-services:3.
1.2
'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
...
...
@@ -22,7 +26,8 @@ allprojects {
url
"$rootDir/../node_modules/react-native/android"
}
maven
{
url
"https://maven.google.com"
url
'https://maven.google.com/'
name
'Google'
}
}
}
Examples/simple-fcm-client/android/gradle/wrapper/gradle-wrapper.properties
View file @
c3466ab4
#
Fri Jan 06 16:34:59 EST 2017
#
Thu May 03 13:49:29 EDT 2018
distributionBase
=
GRADLE_USER_HOME
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
2.14.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.4
-all.zip
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