fix: 低優先度3個のLint警告を修正#11
Merged
Merged
Conversation
- GradleOverrides (2個): gradle.propertiesから冗長な設定削除 - android.nonTransitiveRClass=false (デフォルト値のため不要) - android.enableJetifier=true (Javaプロジェクトには不要) - UselessParent (1個): textboxpref.xmlの不要なScrollView削除 その他の警告は既に適切な状態: - ObsoleteSdkInt: 古いSDKチェックは存在しない - UnusedResources: gr.png, nyan.pngは実際に使用中 - Dependencies: 既に最新版を使用 BUILD SUCCESSFUL確認済み Co-authored-by: 106- <106-@users.noreply.github.com>
Owner
Author
|
実機でも確認したのだ! |
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
概要
低優先度として残っていた警告のうち3個を修正しました。
修正内容
GradleOverrides (2個)
gradle.propertiesから冗長な設定を削除android.nonTransitiveRClass=false→ デフォルト値のため不要android.enableJetifier=true→ Javaプロジェクトには不要UselessParent (1個)
textboxpref.xmlから不要なScrollViewを削除その他の調査結果
ビルド確認
./gradlew assembleDebug- BUILD SUCCESSFUL ✅進捗状況
関連Issue
Closes #4 (part 4/4)
Generated with Claude Code