Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
react-native-notifications
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
冷佳娟
react-native-notifications
Commits
254539e0
Commit
254539e0
authored
Nov 04, 2018
by
Guy Carmeli
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update example app
Update gradle files, nothing fancy.
parent
0e86357c
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
23 additions
and
18 deletions
+23
-18
android/build.gradle
android/build.gradle
+1
-1
example/android/build.gradle
example/android/build.gradle
+7
-1
example/android/gradle/wrapper/gradle-wrapper.properties
example/android/gradle/wrapper/gradle-wrapper.properties
+2
-2
example/android/myapplication/build.gradle
example/android/myapplication/build.gradle
+10
-13
example/package.json
example/package.json
+3
-1
No files found.
android/build.gradle
View file @
254539e0
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
android
{
android
{
compileSdkVersion
27
compileSdkVersion
27
buildToolsVersion
"27.0.3"
buildToolsVersion
'28.0.3'
defaultConfig
{
defaultConfig
{
minSdkVersion
19
minSdkVersion
19
...
...
example/android/build.gradle
View file @
254539e0
...
@@ -2,15 +2,21 @@
...
@@ -2,15 +2,21 @@
buildscript
{
buildscript
{
repositories
{
repositories
{
google
()
mavenLocal
()
mavenCentral
()
jcenter
()
jcenter
()
}
}
dependencies
{
dependencies
{
classpath
'com.android.tools.build:gradle:
2.2.0
'
classpath
'com.android.tools.build:gradle:
3.2.1
'
}
}
}
}
allprojects
{
allprojects
{
repositories
{
repositories
{
mavenLocal
()
mavenCentral
()
google
()
jcenter
()
jcenter
()
maven
{
maven
{
...
...
example/android/gradle/wrapper/gradle-wrapper.properties
View file @
254539e0
#Sun
Oct 09 14:30:04 IDT 2016
#Sun
Nov 04 14:31:28 IST 2018
distributionBase
=
GRADLE_USER_HOME
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.14.1
-all.zip
distributionUrl
=
https
\:
//services.gradle.org/distributions/gradle-
4.6
-all.zip
example/android/myapplication/build.gradle
View file @
254539e0
apply
plugin:
'com.android.application'
apply
plugin:
'com.android.application'
android
{
android
{
compileSdkVersion
2
3
compileSdkVersion
2
6
buildToolsVersion
"2
5
"
buildToolsVersion
"2
8.0.3
"
defaultConfig
{
defaultConfig
{
applicationId
"com.wix.reactnativenotifications.app"
applicationId
"com.wix.reactnativenotifications.app"
minSdkVersion
1
6
minSdkVersion
1
9
targetSdkVersion
2
3
targetSdkVersion
2
6
versionCode
1
versionCode
1
versionName
"1.0"
versionName
"1.0"
ndk
{
ndk
{
abiFilters
"armeabi-v7a"
,
"x86"
abiFilters
"armeabi-v7a"
,
"x86"
}
}
// packagingOptions {
// exclude "lib/arm64-v8a/librealm-jni.so"
// }
}
}
buildTypes
{
buildTypes
{
release
{
release
{
...
@@ -27,12 +24,12 @@ android {
...
@@ -27,12 +24,12 @@ android {
}
}
dependencies
{
dependencies
{
compile
fileTree
(
dir:
'libs'
,
include:
[
'*.jar'
])
//
compile fileTree(dir: 'libs', include: ['*.jar'])
compile
'com.android.support:appcompat-v7:23.4
.0'
implementation
'com.android.support:appcompat-v7:26.1
.0'
compile
'com.android.support:design:23.4
.0'
implementation
'com.android.support:design:26.1
.0'
compile
'com.facebook.react:react-native:+'
implementation
'com.facebook.react:react-native:+'
compile
project
(
':react-native-notifications'
)
implementation
project
(
':react-native-notifications'
)
test
Compile
'junit:junit:4.12'
test
Implementation
'junit:junit:4.12'
}
}
example/package.json
View file @
254539e0
...
@@ -12,6 +12,8 @@
...
@@ -12,6 +12,8 @@
"react-native-notifications"
:
"../"
"react-native-notifications"
:
"../"
},
},
"babel"
:
{
"babel"
:
{
"presets"
:
[
"react-native-stage-0"
]
"presets"
:
[
"react-native-stage-0"
]
}
}
}
}
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