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
962e2970
Commit
962e2970
authored
Oct 12, 2016
by
renato
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed package name for Android
parent
d6835f19
Changes
7
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
8 additions
and
8 deletions
+8
-8
Examples/simple-fcm-client/android/app/BUCK
Examples/simple-fcm-client/android/app/BUCK
+2
-2
Examples/simple-fcm-client/android/app/build.gradle
Examples/simple-fcm-client/android/app/build.gradle
+1
-1
Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml
...imple-fcm-client/android/app/src/main/AndroidManifest.xml
+1
-1
Examples/simple-fcm-client/android/app/src/main/java/fcm/simplefcmclient/MainActivity.java
...d/app/src/main/java/fcm/simplefcmclient/MainActivity.java
+1
-1
Examples/simple-fcm-client/android/app/src/main/java/fcm/simplefcmclient/MainApplication.java
...pp/src/main/java/fcm/simplefcmclient/MainApplication.java
+1
-1
Examples/simple-fcm-client/android/build.gradle
Examples/simple-fcm-client/android/build.gradle
+1
-1
Examples/simple-fcm-client/android/gradle/wrapper/gradle-wrapper.properties
...m-client/android/gradle/wrapper/gradle-wrapper.properties
+1
-1
No files found.
Examples/simple-fcm-client/android/app/BUCK
View file @
962e2970
...
@@ -46,13 +46,13 @@ android_library(
...
@@ -46,13 +46,13 @@ android_library(
android_build_config
(
android_build_config
(
name
=
'build_config'
,
name
=
'build_config'
,
package
=
'
co
m.simplefcmclient'
,
package
=
'
fc
m.simplefcmclient'
,
)
)
android_resource
(
android_resource
(
name
=
'res'
,
name
=
'res'
,
res
=
'src/main/res'
,
res
=
'src/main/res'
,
package
=
'
co
m.simplefcmclient'
,
package
=
'
fc
m.simplefcmclient'
,
)
)
android_binary
(
android_binary
(
...
...
Examples/simple-fcm-client/android/app/build.gradle
View file @
962e2970
...
@@ -88,7 +88,7 @@ android {
...
@@ -88,7 +88,7 @@ android {
buildToolsVersion
"23.0.1"
buildToolsVersion
"23.0.1"
defaultConfig
{
defaultConfig
{
applicationId
"
co
m.simplefcmclient"
applicationId
"
fc
m.simplefcmclient"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
22
targetSdkVersion
22
versionCode
1
versionCode
1
...
...
Examples/simple-fcm-client/android/app/src/main/AndroidManifest.xml
View file @
962e2970
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"
co
m.simplefcmclient"
package=
"
fc
m.simplefcmclient"
android:versionCode=
"1"
android:versionCode=
"1"
android:versionName=
"1.0"
>
android:versionName=
"1.0"
>
...
...
Examples/simple-fcm-client/android/app/src/main/java/
co
m/simplefcmclient/MainActivity.java
→
Examples/simple-fcm-client/android/app/src/main/java/
fc
m/simplefcmclient/MainActivity.java
View file @
962e2970
package
co
m.simplefcmclient
;
package
fc
m.simplefcmclient
;
import
com.facebook.react.ReactActivity
;
import
com.facebook.react.ReactActivity
;
...
...
Examples/simple-fcm-client/android/app/src/main/java/
co
m/simplefcmclient/MainApplication.java
→
Examples/simple-fcm-client/android/app/src/main/java/
fc
m/simplefcmclient/MainApplication.java
View file @
962e2970
package
co
m.simplefcmclient
;
package
fc
m.simplefcmclient
;
import
android.app.Application
;
import
android.app.Application
;
import
android.util.Log
;
import
android.util.Log
;
...
...
Examples/simple-fcm-client/android/build.gradle
View file @
962e2970
...
@@ -6,7 +6,7 @@ buildscript {
...
@@ -6,7 +6,7 @@ buildscript {
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:2.0.0'
classpath
'com.android.tools.build:gradle:2.0.0'
classpath
'com.google.gms
.
google-services:3.0.0'
classpath
'com.google.gms
:
google-services:3.0.0'
// NOTE: Do not place your application dependencies here; they belong
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
// in the individual module build.gradle files
...
...
Examples/simple-fcm-client/android/gradle/wrapper/gradle-wrapper.properties
View file @
962e2970
...
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
...
@@ -2,4 +2,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath
=
wrapper/dists
distributionPath
=
wrapper/dists
zipStoreBase
=
GRADLE_USER_HOME
zipStoreBase
=
GRADLE_USER_HOME
zipStorePath
=
wrapper/dists
zipStorePath
=
wrapper/dists
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-2.
4
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-2.
10
-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