poi上报功能开发
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
android {
|
||||
compileSdkVersion 30
|
||||
buildToolsVersion "30.0.3"
|
||||
ndkVersion '23.0.7123448'
|
||||
// ndkVersion '23.0.7123448'
|
||||
|
||||
defaultConfig {
|
||||
applicationId "com.navinfo.outdoor"
|
||||
minSdkVersion 23
|
||||
targetSdkVersion 22
|
||||
targetSdkVersion 30
|
||||
versionCode 1
|
||||
versionName "1.0"
|
||||
|
||||
@@ -95,6 +96,8 @@ dependencies {
|
||||
//拍照功能
|
||||
implementation 'com.otaliastudios:cameraview:2.7.0'
|
||||
|
||||
//抽屉控件 https://github.com/umano/AndroidSlidingUpPanel
|
||||
implementation 'com.sothree.slidinguppanel:library:3.4.0'
|
||||
|
||||
//腾讯地图
|
||||
// 地图库
|
||||
@@ -104,4 +107,12 @@ dependencies {
|
||||
|
||||
//腾讯地图 定位
|
||||
implementation 'com.tencent.map.geolocation:TencentLocationSdk-openplatform:7.2.6'
|
||||
//room 数据库
|
||||
def room_version = "2.2.0-alpha01"
|
||||
|
||||
implementation "androidx.room:room-runtime:$room_version"
|
||||
annotationProcessor "androidx.room:room-compiler:$room_version"
|
||||
implementation "androidx.room:room-rxjava2:$room_version"
|
||||
implementation "androidx.room:room-guava:$room_version"
|
||||
testImplementation "androidx.room:room-testing:$room_version"
|
||||
}
|
||||
Reference in New Issue
Block a user