Toggle navigation
Toggle navigation
This project
Loading...
Sign in
open-source
/
warply_android_sdk_maven_plugin
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Panagiotis Triantafyllou
2022-03-29 18:33:07 +0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8d6c9a4e7c4a0b3372f51c62a5f796bb8991493f
8d6c9a4e
1 parent
c2220685
minor fixes
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
7 deletions
app/src/main/AndroidManifest.xml
warply_android_sdk/build.gradle
warply_android_sdk/src/main/AndroidManifest.xml
app/src/main/AndroidManifest.xml
View file @
8d6c9a4
...
...
@@ -36,12 +36,6 @@
<category
android:name=
"android.intent.category.LAUNCHER"
/>
</intent-filter>
</activity>
<activity
android:name=
"ly.warp.sdk.activities.BaseFragmentActivity"
android:exported=
"false"
android:label=
"@string/title_activity_main"
android:screenOrientation=
"portrait"
/>
</application>
<!-- For Huawei Push, only if we targetSdkVersion 30, comment if we are in Google build -->
...
...
warply_android_sdk/build.gradle
View file @
8d6c9a4
...
...
@@ -2,7 +2,7 @@ apply plugin: 'com.android.library'
ext
{
PUBLISH_GROUP_ID
=
'ly.warp'
PUBLISH_VERSION
=
'4.5.4'
PUBLISH_VERSION
=
'4.5.4
-cos
'
PUBLISH_ARTIFACT_ID
=
'warply-android-sdk'
}
...
...
warply_android_sdk/src/main/AndroidManifest.xml
View file @
8d6c9a4
...
...
@@ -53,6 +53,11 @@
android:screenOrientation=
"portrait"
android:theme=
"@android:style/Theme.Light.NoTitleBar"
/>
<activity
android:name=
"ly.warp.sdk.activities.BaseFragmentActivity"
android:exported=
"false"
android:screenOrientation=
"portrait"
/>
<!-- Service used for updating user's location. -->
<service
android:name=
"ly.warp.sdk.services.UpdateUserLocationService"
...
...
Please
register
or
login
to post a comment