Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
android_vedio
Project
Project
Details
Activity
Releases
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
android
android_vedio
Commits
87b251df
Commit
87b251df
authored
Oct 24, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
代码优化
parent
dcc2a1d3
Changes
4
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
71 additions
and
4 deletions
+71
-4
.gitignore
video/.gitignore
+0
-1
build.gradle
video/app/build.gradle
+2
-2
VipActivity.kt
...ava/com/changzhi/yipinplaylet/ui/activitys/VipActivity.kt
+12
-1
gradle.properties
video/gradle.properties
+57
-0
No files found.
video/.gitignore
View file @
87b251df
...
...
@@ -2,7 +2,6 @@
.gradle
.idea
/local.properties
/gradle.properties
.DS_Store
/build
/captures
...
...
video/app/build.gradle
View file @
87b251df
...
...
@@ -10,8 +10,8 @@ android {
applicationId
"com.changzhi.yipinplaylet"
minSdkVersion
rootProject
.
ext
.
androidMinSdkVersion
targetSdkVersion
rootProject
.
ext
.
androidTargetSdkVersion
versionCode
72
2
versionName
"7.2.
2
"
versionCode
72
3
versionName
"7.2.
3
"
flavorDimensions
"default"
// dex突破65535的限制
...
...
video/app/src/main/java/com/changzhi/yipinplaylet/ui/activitys/VipActivity.kt
View file @
87b251df
...
...
@@ -220,7 +220,18 @@ class VipActivity : BaseActivity(), VipView, View.OnClickListener,
}
if
(!
TextUtils
.
isEmpty
(
bean
.
buttonText
))
{
if
(
bean
.
isShowCycTips
)
{
tvVipPay
.
text
=
SpanUtils
()
.
append
(
bean
.
buttonText
+
"\n"
)
.
setFontSize
(
20
,
true
)
.
append
(
bean
.
remarks
)
.
setFontSize
(
10
,
true
)
.
setForegroundColor
(
Color
.
parseColor
(
"#A24240"
))
.
create
()
}
else
{
tvVipPay
.
text
=
bean
.
buttonText
}
tvVipAgreement
.
text
=
"点击购买即表示您同意《自动续费协议》"
}
else
{
tvVipPay
.
text
=
"立即开通"
...
...
video/gradle.properties
0 → 100644
View file @
87b251df
# Project-wide Gradle settings.
# IDE (e.g. Android Studio) users:
# Gradle settings configured through the IDE *will override*
# any settings specified in this file.
# For more details on how to configure your build environment visit
# http://www.gradle.org/docs/current/userguide/build_environment.html
# Specifies the JVM arguments used for the daemon process.
# The setting is particularly useful for tweaking memory settings.
org.gradle.jvmargs
=
-Xmx2058m
android.injected.testOnly
=
false
android.useAndroidX
=
true
android.enableJetifier
=
true
android.nonTransitiveRClass
=
true
# When configured, Gradle will run in incubating parallel mode.
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
#DEBUG_URL="https://test.mints-id.com/camera-api/"
#DEBUG_URL="http://cui.mints-id.com/"
DEBUG_URL
=
"https://api.mints-tech.cn/camera-api/"
RELEASE_URL="https://api.mints-tech.cn/camera-api/"
RELEASE_KEY_PASSWORD
=
mintsyipinplaylet
RELEASE_KEY_ALIAS
=
mints_yipinplaylet
RELEASE_STORE_PASSWORD
=
mintsyipinplaylet
RELEASE_STORE_FILE
=
mints_yipinplaylet.jks
#ShareSDK
RELEASE_SHARESDK_KEY
=
385c5ea9c5393
RELEASE_SHARESDK_SECRET
=
e5512fc5eeaf0ed73dd8f1685e6ea9d3
#weixin
WEIXIN_APP_PAY_ID
=
""
WEIXIN_APP_ID=
WEIXIN_APP_SECRET
=
#umeng
RELEASE_UMENG_KEY=
#TalkingData
RELEASE_TALKING_DATA_KEY
=
""
GROMORE_APP_ID="1111aaaa"
GROMORE_SPLASH_CODE
=
"aaa"
GROMORE_VIDEO_CODE="aaa"
GROMORE_EXPRESS_CODE
=
"aaa"
GROMORE_MY_EXPRESS_CODE="aaa"
GROMORE_MAIN_EXPRESS_CODE
=
"aaa"
GROMORE_DRAW_CODE="aaa"
GROMORE_BANNER_CODE
=
"aaa"
\ No newline at end of file
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