forked from xuhaoyang/ClashForAndroid
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Bump compileSdk and dependencies #671
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Changes from 27 commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
db26f5f
Update Renovate configuration to include labels
Goooler 5c0e54e
Bump compileSdk to 36
Goooler 54ec591
Update peter-evans/create-pull-request action to v8
renovate[bot] d20a644
Update dependency androidx.appcompat:appcompat to v1.7.1
renovate[bot] f360bbb
Update dependency androidx.recyclerview:recyclerview to v1.4.0
renovate[bot] 4e83c98
Update dependency org.jetbrains.kotlinx:kotlinx-coroutines-android to…
renovate[bot] b26bee7
Enable auto-merge
Goooler d11bb4d
Update Gradle to v8.14.4
renovate[bot] 58e8167
Remove wrapper config
Goooler 30ed5d1
Update dependency com.android.tools.build:gradle to v8.13.2
renovate[bot] 160116e
Remove redundant proguard rules
Goooler 4ecace3
Bump minSdk to 23
Goooler 99c9ca3
Update dependency androidx.coordinatorlayout:coordinatorlayout to v1.3.0
renovate[bot] 96526b5
Update dependency androidx.core:core-ktx to v1.17.0
renovate[bot] 20683fb
Update dependency androidx.viewpager2:viewpager2 to v1.1.0
renovate[bot] e856c16
Update dependency androidx.fragment:fragment to v1.8.9
renovate[bot] c9750bf
Update dependency androidx.activity:activity-ktx to v1.12.4
renovate[bot] 58090dc
Update dependency androidx.activity:activity to v1.12.4
renovate[bot] 510a496
Update room to v2.8.4
renovate[bot] 324fbaf
Update dependency com.squareup.okhttp3:okhttp-bom to v5
renovate[bot] 8f534be
Update kotlin monorepo to v2.3.10
renovate[bot] 8636e3e
Update dependency com.google.devtools.ksp:symbol-processing-gradle-pl…
renovate[bot] bbf7e76
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
renovate[bot] b6a227e
Update dependency com.google.android.material:material to v1.13.0
renovate[bot] bb81290
Fix unresolved colorPrimary and colorControlNormal for Material 1.13.0
Copilot f2f3cc1
Update Gradle to v9
renovate[bot] f9d7c24
Migrate usage of archivesBaseName
Goooler d4af3c9
Revert "Enable auto-merge"
Goooler File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
|---|---|---|
| @@ -0,0 +1,19 @@ | ||
| { | ||
| $schema: 'https://docs.renovatebot.com/renovate-schema.json', | ||
| extends: [ | ||
| 'config:recommended', | ||
| ], | ||
| labels: [ | ||
| 'Update', | ||
| ], | ||
| packageRules: [ | ||
| // Enable auto-merge for minor/patch updates. | ||
| { | ||
| matchUpdateTypes: [ | ||
| 'minor', | ||
| 'patch', | ||
| ], | ||
| automerge: true, | ||
| }, | ||
| ] | ||
| } |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Binary file not shown.
This file contains hidden or 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,6 +1,8 @@ | ||
| #Tue Jan 14 14:06:42 CST 2025 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip | ||
| networkTimeout=10000 | ||
| validateDistributionUrl=true | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists | ||
| distributionSha256Sum=b266d5ff6b90eada6dc3b20cb090e3731302e553a27c5d3e4df1f0d76beaff06 |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.