Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
R
RatelVirtualLocation
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open-source
RatelVirtualLocation
Commits
f47ded1d
Commit
f47ded1d
authored
Aug 26, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改证书
parent
3e08a4c7
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
3 deletions
+17
-3
build.gradle
app/build.gradle
+16
-2
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
hermes_key
script/hermes_key
+0
-0
No files found.
app/build.gradle
View file @
f47ded1d
...
...
@@ -12,10 +12,24 @@ android {
abiFilters
"armeabi-v7a"
,
"arm64-v8a"
//, "x86","arm64-v8a","x86_64"
}
}
signingConfigs
{
release
{
storeFile
rootProject
.
file
(
'script/hermes_key'
)
storePassword
"hermes"
keyAlias
"hermes"
keyPassword
"hermes"
}
}
buildTypes
{
release
{
minifyEnabled
fals
e
minifyEnabled
tru
e
proguardFiles
getDefaultProguardFile
(
'proguard-android.txt'
),
'proguard-rules.pro'
signingConfig
signingConfigs
.
release
}
debug
{
minifyEnabled
false
signingConfig
signingConfigs
.
release
}
}
sourceSets
{
...
...
@@ -34,7 +48,7 @@ dependencies {
implementation
fileTree
(
include:
[
'*.jar'
],
dir:
'libs'
)
implementation
fileTree
(
include:
[
'*.aar'
],
dir:
'libs'
)
provided
files
(
'jar/XposedBridgeApi-54.jar'
)
// implementation(name: 'BaiduLBS_aar_android', ext: 'aar')
// implementation(name: 'BaiduLBS_aar_android', ext: 'aar')
// jniLibs.srcDir 'src/main/jniLibs'
implementation
'com.android.support:appcompat-v7:28.0.0'
//implementation 'com.android.support.constraint:constraint-layout:2.0.0-rc1'
...
...
app/src/main/AndroidManifest.xml
View file @
f47ded1d
...
...
@@ -40,7 +40,7 @@
android:value=
"54"
/>
<meta-data
android:name=
"com.baidu.lbsapi.API_KEY"
android:value=
"
BecztxVZRjUeuSrMEMDMeDCSGkR1Dnsv
"
/>
android:value=
"
2y88wkskaOi5fG6dM00DNgYyHtmxhhXo
"
/>
<service
android:name=
"com.baidu.location.f"
...
...
script/hermes_key
0 → 100644
View file @
f47ded1d
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment