Skip to content

Commit

Permalink
🐛 CI build 失败修护
Browse files Browse the repository at this point in the history
  • Loading branch information
985892345 committed Nov 16, 2024
1 parent df45bf3 commit 624dce6
Show file tree
Hide file tree
Showing 28 changed files with 471 additions and 489 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ secret.gradle
**/lint-baseline.xml
**/modules
maven
.kotlin


Original file line number Diff line number Diff line change
Expand Up @@ -137,19 +137,6 @@ open class CyxbsReleaseTask : DefaultTask() {
return response.body()!!
}

// /**
// * 获取腾讯多渠道打包文件
// */
// private fun getApkFile(): File? {
// return project.extensions.getByType(ChannelConfigExtension::class)
// .let { extension ->
// extension.outputDir.listFiles()?.singleOrNull {
// it.name.matches(
// Regex("掌上重邮-${Config.versionName}-official-release-\\d+-\\d+\\.apk"))
// }
// }
// }

/**
* https://leetcode.cn/problems/compare-version-numbers/description/
* 时间复杂度: O(n+m)
Expand Down
2 changes: 1 addition & 1 deletion lib_common/src/main/res/layout/common_cyxbs_toast.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@
android:paddingBottom="9dp"
android:gravity="center"
android:background="@drawable/common_shape_cyxbs_toast"
android:textColor="@color/common_discover_academic_online_colors"
android:textColor="@color/config_white_black"
tools:text="自定义Toast" />
33 changes: 0 additions & 33 deletions lib_common/src/main/res/values/attrs.xml
Original file line number Diff line number Diff line change
@@ -1,38 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:tools="http://schemas.android.com/tools" >
<attr name="cardCornerRadius" format="dimension" />
<attr name="contentPadding" format="dimension" />
<attr name="contentPaddingLeft" format="dimension" />
<attr name="contentPaddingTop" format="dimension" />
<attr name="contentPaddingRight" format="dimension" />
<attr name="contentPaddingBottom" format="dimension" />

<declare-styleable name="JCardViewPlus">
<attr name="cardBackgroundColor" format="color" />
<attr name="shadowColor" format="color" />
<attr name="shadowRadius" format="dimension" />
<attr name="shadowFlags">
<flag name="left" value="1" />
<flag name="top" value="2" />
<flag name="right" value="4" />
<flag name="bottom" value="8" />
</attr>

<attr name="cardCornerRadius" />
<attr name="cardCornerRadiusUpperLeft" format="dimension" />
<attr name="cardCornerRadiusUpperRight" format="dimension" />
<attr name="cardCornerRadiusLowerLeft" format="dimension" />
<attr name="cardCornerRadiusLowerRight" format="dimension" />

<attr name="contentPadding" />
<attr name="verticalContentPadding" format="dimension" />
<attr name="horizontalContentPadding" format="dimension" />
<attr name="contentPaddingLeft" />
<attr name="contentPaddingTop" />
<attr name="contentPaddingRight" />
<attr name="contentPaddingBottom" />
</declare-styleable>

<declare-styleable name="RatioLayout">
<attr name="ratio" format="float" />
</declare-styleable>
Expand Down
Loading

0 comments on commit 624dce6

Please sign in to comment.