Skip to content

Commit cc6fb08

Browse files
HeyAlexxcam
authored andcommitted
Push notification (#104)
* add push notification * add javadoc * edit javadoc * refactor manifest, delete unused resources * fix javadoc * code review * code review * javadoc * again javadoc * remove correlation id and move to kt * add dependency with push notification library, delete unused res * revert version local maven * update build.gradle * bump version push notification lib * Merge branch 'develop' of https://github.com/evotor/integration-library into push_notification # Conflicts: # app/build.gradle # src/main/res/values/strings.xml * update push notification library
1 parent 6896738 commit cc6fb08

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ codeiris
22
*.iml
33
.gradle
44
/local.properties
5-
/.idea/workspace.xml
6-
/.idea/libraries
75
.DS_Store
86
/build
97
/captures

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ android {
2929
dependencies {
3030
compile 'com.android.support:appcompat-v7:25.3.1'
3131
compile "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
32+
compile 'com.github.evotor:push-notifications:v0.2.1'
3233
compile 'com.github.evotor:query-api:62512472c4'
3334
}
3435

src/main/AndroidManifest.xml

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1 @@
1-
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
2-
3-
package="ru.evotor.integrations">
4-
5-
<application
6-
android:allowBackup="true"
7-
android:label="@string/app_name"
8-
android:supportsRtl="true">
9-
10-
</application>
11-
12-
</manifest>
1+
<manifest package="ru.evotor.integrations"/>

0 commit comments

Comments
 (0)