-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 临时方案修复浮动按钮跳动问题、新增可设置测试版猜版默认后缀 * 文案修订 * 上游更新 Kotlin 至 2.0.0-RC2 * Update build.gradle.kts * KTX Core和MDC上游更新
- Loading branch information
1 parent
005085f
commit 0cfd431
Showing
7 changed files
with
560 additions
and
70 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
331 changes: 272 additions & 59 deletions
331
app/src/main/java/com/xiaoniu/qqversionlist/ui/MainActivity.kt
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// Top-level build file where you can add configuration options common to all sub-projects/modules. | ||
plugins { | ||
id("com.android.application") version "8.3.2" apply false | ||
id("org.jetbrains.kotlin.android") version "2.0.0-RC1" apply false | ||
id("com.android.application") version "8.4.0" apply false | ||
id("org.jetbrains.kotlin.android") version "2.0.0-RC2" apply false | ||
} |