Skip to content

Commit ffbd165

Browse files
committed
fix location issue. fix #400
1 parent af0c6c0 commit ffbd165

File tree

7 files changed

+4
-9
lines changed

7 files changed

+4
-9
lines changed

uikit/build.gradle

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,16 +54,12 @@ android {
5454

5555
dependencies {
5656
implementation fileTree(include: ['*.jar'], dir: 'libs')
57-
implementation files('libs/TencentLocationSDK_v4.9.7.12_r247861_161205_1104.jar')
58-
implementation files('libs/TencentMapSDK_Raster_v_1.2.7_51ae0e7.jar')
59-
implementation files('libs/TencentSearch1.1.3.jar')
6057

6158
implementation 'com.lqr.adapter:library:1.0.2'
6259
implementation 'com.jaeger.statusbaruitl:library:1.3.5'
6360

6461
// wfc kit start
6562
implementation 'q.rorbin:badgeview:1.1.3'
66-
implementation fileTree(include: ['*.jar'], dir: 'kit/libs')
6763
api 'androidx.appcompat:appcompat:1.3.0-alpha01'
6864
api 'com.google.android.material:material:1.3.0-alpha01'
6965
implementation 'cjt.library.wheel:camera:1.1.9'
@@ -92,6 +88,9 @@ dependencies {
9288
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
9389
implementation 'androidx.gridlayout:gridlayout:1.0.0'
9490
implementation 'com.google.android:flexbox:2.0.1'
91+
92+
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6'
93+
9594
// kit wfc end
9695

9796

-206 KB
Binary file not shown.
-212 KB
Binary file not shown.
257 KB
Binary file not shown.
-27.4 KB
Binary file not shown.

uikit/libs/x86/libtencentloc.so

-19.5 KB
Binary file not shown.

uikit/src/main/AndroidManifest.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@
6565
android:name="android.webkit.WebView.EnableSafeBrowsing"
6666
android:value="true" />
6767

68-
<!--地图-->
69-
<meta-data
70-
android:name="TencentMapSDK"
71-
android:value="TOEBZ-67IR4-ZDHUV-DSDXX-TJZU7-UYFE7" />
72-
7368
<activity
7469
android:name="cn.wildfire.chat.kit.conversation.ConversationActivity"
7570
android:launchMode="singleTask"
@@ -209,6 +204,7 @@
209204
</activity>
210205
<activity android:name="cn.wildfire.chat.kit.voip.VoipDummyActivity" />
211206
<activity android:name="cn.wildfire.chat.kit.pc.PCSessionActivity" />
207+
<activity android:name=".third.location.ui.activity.MyLocationActivity" />
212208

213209
<!--moment start-->
214210
<activity android:name="cn.wildfire.chat.moment.PublishFeedActivity" />

0 commit comments

Comments
 (0)