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
727b97c4
Commit
727b97c4
authored
Aug 27, 2020
by
Administrator
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
准备发布
parent
e061803c
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
2 deletions
+4
-2
build.gradle
app/build.gradle
+2
-1
proguard-rules.pro
app/proguard-rules.pro
+1
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
No files found.
app/build.gradle
View file @
727b97c4
...
...
@@ -9,7 +9,8 @@ android {
minSdkVersion
19
targetSdkVersion
28
versionCode
20200825
versionName
"v1.0.0"
versionName
"v1.0"
archivesBaseName
=
"JDY_${versionName}"
.
replace
(
' '
,
'_'
)
ndk
{
abiFilters
"armeabi-v7a"
,
"arm64-v8a"
//, "x86","arm64-v8a","x86_64"
}
...
...
app/proguard-rules.pro
View file @
727b97c4
...
...
@@ -26,4 +26,5 @@
-
keep
class
com
.
baidu
.
**
{
*
;}
-
keep
class
vi
.
com
.
**
{
*
;}
-
keep
class
mapsdkvi
.
com
.
gdi
.
bgl
.
android
.
**
{
*
;}
-
dontwarn
com
.
baidu
.
**
app/src/main/AndroidManifest.xml
View file @
727b97c4
...
...
@@ -34,7 +34,7 @@
<!-- 模块描述 -->
<meta-data
android:name=
"xposeddescription"
android:value=
"虚拟定位"
/>
android:value=
"
平头哥框架的
虚拟定位"
/>
<!-- XposedBridgeApi的最低版本号 -->
<meta-data
...
...
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