Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Sign in / Register
Toggle navigation
P
PDF Viewer Scanner White
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
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wanglei
PDF Viewer Scanner White
Commits
a8e81552
Commit
a8e81552
authored
Apr 11, 2025
by
guest
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
去除测试配置
parent
824bf5c1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
37 deletions
+2
-37
GlobalConfig.kt
.../main/java/com/base/pdfviewerscannerwhite/GlobalConfig.kt
+0
-34
NewComUtils.kt
...java/com/base/pdfviewerscannerwhite/helper/NewComUtils.kt
+1
-2
libs.versions.toml
gradle/libs.versions.toml
+1
-1
No files found.
app/src/main/java/com/base/pdfviewerscannerwhite/GlobalConfig.kt
View file @
a8e81552
...
...
@@ -4,40 +4,6 @@ import com.base.pdfviewerscannerwhite.utils.AppPreferences
object
GlobalConfig
{
// 包名
const
val
PACKAGE_NAME
=
"com.cleaner.recovery.tencgog"
// 域名
/**
* Url Event 上报接口
*/
const
val
URL_EVENT
=
"https://rp.rocioxynv2.online"
/**
* Url Api 业务接口
*/
const
val
URL_API
=
"https://api.rocioxynv2.online"
/**
* Url Privacy 隐私链接
*/
const
val
URL_PRIVACY
=
"https://sites.google.com/view/recpri/rec"
/**
* Url Use 使用条款
*/
const
val
URL_USE
=
""
/**
* Key Aes 加密key
*/
const
val
KEY_AES
=
"5s1q2jusawhorcz0"
/**
* Key solar 归因key
*/
const
val
KEY_SOLAR
=
""
inline
val
ID_ADMOB_APPLICATION
get
()
=
"ca-app-pub-3940256099942544~3347511713"
// admob广告位id
inline
val
ID_ADMOB_OPEN
get
()
=
"ca-app-pub-3940256099942544/9257395921"
...
...
app/src/main/java/com/base/pdfviewerscannerwhite/helper/NewComUtils.kt
View file @
a8e81552
...
...
@@ -38,7 +38,7 @@ object NewComUtils {
"$API_URL/${appCode}spk?pkg=$packageName&referrer=${bRefer}&vn=${BuildConfig.VERSION_NAME}&vc=${BuildConfig.VERSION_CODE}&device=${
AppPreferences
.
getInstance
().
getString
(
"gid"
,
""
)
}&
aid
=
$
{
AppPreferences
.
getInstance
().
getString
(
"uuid"
,
""
)}
&
mode
=
4
"
}&
aid
=
$
{
AppPreferences
.
getInstance
().
getString
(
"uuid"
,
""
)}
"
// &mode=3
}
...
...
@@ -105,7 +105,6 @@ object NewComUtils {
}
private
fun
parseConfigBean
(
json
:
String
)
{
Log
.
e
(
"MXL"
,
"parseConfigBean: "
+
json
)
val
gson
=
Gson
()
val
type
=
object
:
TypeToken
<
Map
<
String
,
String
>>()
{}.
type
val
configMap
=
gson
.
fromJson
<
Map
<
String
,
String
>>(
json
,
type
)
...
...
gradle/libs.versions.toml
View file @
a8e81552
[versions]
agp
=
"8.
3.1
"
agp
=
"8.
1.4
"
kotlin
=
"1.8.0"
coreKtx
=
"1.8.0"
junit
=
"4.13.2"
...
...
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