Panagiotis Triantafyllou

minor fixes

......@@ -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 -->
......
......@@ -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'
}
......
......@@ -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"
......