-
Notifications
You must be signed in to change notification settings - Fork 3
android 15 대응함 #282
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
Merged
Merged
android 15 대응함 #282
Changes from all commits
Commits
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
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,8 +1,8 @@ | ||
| object Constants { | ||
| const val packageName = "com.going.doorip" | ||
| const val compileSdk = 34 | ||
| const val compileSdk = 35 | ||
| const val minSdk = 28 | ||
| const val targetSdk = 34 | ||
| const val versionCode = 12 | ||
| const val versionName = "1.2" | ||
| const val targetSdk = 35 | ||
| const val versionCode = 14 | ||
| const val versionName = "1.4" | ||
| } |
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,49 +1,77 @@ | ||
| import org.gradle.api.JavaVersion | ||
|
|
||
| object Versions { | ||
| const val gradleVersion = "8.0.2" | ||
|
|
||
| const val buildToolsVersion = "30.0.3" | ||
| const val kotlinVersion = "1.8.20" | ||
| const val kotlinSerializationJsonVersion = "1.5.1" | ||
| const val kotlinDateTimeVersion = "0.4.0" | ||
| const val coreKtxVersion = "1.10.1" | ||
| const val appCompatVersion = "1.6.1" | ||
| const val materialDesignVersion = "1.9.0" | ||
| const val constraintLayoutVersion = "2.1.4" | ||
| // AGP (com.android.tools.build:gradle) | ||
| // plugins { id("com.android.application") version "8.7.2" } 로 맞춰 쓰는 걸 권장 | ||
| const val gradleVersion = "8.7.2" | ||
|
|
||
| // buildToolsVersion는 AGP 8.x부터 명시 불필요. 그래도 상수 유지하려면 35로. | ||
| const val buildToolsVersion = "35.0.0" | ||
|
|
||
| // Kotlin | ||
| const val kotlinVersion = "1.9.24" | ||
| const val kotlinSerializationJsonVersion = "1.6.3" | ||
| const val kotlinDateTimeVersion = "0.6.1" // 최신권장 | ||
|
|
||
| // AndroidX core / appcompat / material | ||
| const val coreKtxVersion = "1.13.1" | ||
| const val appCompatVersion = "1.7.0" | ||
| const val materialDesignVersion = "1.12.0" | ||
|
|
||
| // UI | ||
| const val constraintLayoutVersion = "2.1.4" // 2.2.0은 아직 안정화 대기 | ||
| const val flexboxVersion = "3.0.0" | ||
| const val circleIndicatorVersion = "2.1.6" | ||
| const val circleImageViewVersion = "3.1.0" | ||
| const val shimmerVersion = "0.5.0" | ||
|
|
||
| // App Startup / Legacy / Security | ||
| const val appStartUpVersion = "1.1.1" | ||
| const val legacySupportVersion = "1.0.0" | ||
| const val securityVersion = "1.1.0-alpha06" | ||
| const val hiltVersion = "2.46.1" | ||
| const val activityKtxVersion = "1.7.2" | ||
| const val fragmentKtxVersion = "1.5.7" | ||
| const val coroutinesAndroidVersion = "1.7.1" | ||
| const val pagingVersion = "3.1.1" | ||
| const val lifecycleVersion = "2.6.1" | ||
| const val ossPluginVersion = "0.10.4" | ||
| const val ossVersion = "17.0.0" | ||
| const val securityVersion = "1.1.0-alpha06" // 안정판 대체 없으면 유지 | ||
|
|
||
| // Hilt (Dagger) | ||
| const val hiltVersion = "2.51.1" | ||
|
|
||
| // Activity/Fragment/Lifecycle/Navi/Paging/Work/Splash | ||
| const val activityKtxVersion = "1.9.2" | ||
| const val fragmentKtxVersion = "1.8.3" | ||
| const val lifecycleVersion = "2.8.4" | ||
| const val navigationVersion = "2.8.0" | ||
| const val pagingVersion = "3.3.2" | ||
| const val workManagerVersion = "2.9.1" | ||
| const val splashVersion = "1.0.1" | ||
| const val workManagerVersion = "2.8.1" | ||
| const val coilVersion = "2.4.0" | ||
| const val retrofitVersion = "2.9.0" | ||
| const val kotlinSerializationConverterVersion = "1.0.0" | ||
| const val okHttpVersion = "4.11.0" | ||
|
|
||
| // Coroutines | ||
| const val coroutinesAndroidVersion = "1.9.0" | ||
|
|
||
| // Networking | ||
| const val retrofitVersion = "2.11.0" | ||
| const val kotlinSerializationConverterVersion = "1.0.0" // (JakeWharton) 최신 여전히 1.0.0 | ||
| const val okHttpVersion = "4.12.0" // OkHttp 5는 API 변화 큼 → 4.12 권장 | ||
|
|
||
| // 이미지/애니메이션 | ||
| const val coilVersion = "2.6.0" | ||
| const val lottieVersion = "6.4.1" | ||
|
|
||
| // 기타 | ||
| const val timberVersion = "5.0.1" | ||
| const val progressViewVersion = "1.1.3" | ||
| const val balloonVersion = "1.4.5" | ||
| const val lottieVersion = "6.0.0" | ||
| const val circularProgressBar = "3.1.0" | ||
| const val kakaoVersion = "2.19.0" | ||
| const val circleIndicatorVersion = "2.1.6" | ||
| const val shimmerVersion = "0.5.0" | ||
| const val navigationVersion = "2.6.0" | ||
| const val amplitudeVersion = "2.23.2" | ||
| const val amplitudeVersion = "2.23.2" // 프로젝트 요구 맞추되, 필요시 최신 확인 | ||
|
|
||
| // 테스트 | ||
| const val junitVersion = "4.13.2" | ||
| const val espressoVersion = "3.3.0" | ||
| const val androidTestVersion = "1.1.2" | ||
| const val flexboxVersion = "3.0.0" | ||
| const val circleImageViewVersion = "3.1.0" | ||
| const val espressoVersion = "3.6.1" | ||
| const val androidTestVersion = "1.2.1" // androidx.test:runner / rules 세트 기준 | ||
|
|
||
| // Java / JVM | ||
| val javaVersion = JavaVersion.VERSION_21 | ||
| const val jvmVersion = "21" | ||
|
|
||
|
Comment on lines
+70
to
73
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Java 21 전환 시 Toolchain 세팅 필수
CI, Gradle wrapper JVM, 릴리스 빌드가 모두 JDK 21로 통일돼 있는지 반드시 검증해주세요. 🤖 Prompt for AI Agents |
||
| val javaVersion = JavaVersion.VERSION_17 | ||
| const val jvmVersion = "17" | ||
| // ▷ OSS Licenses | ||
| const val ossPluginVersion = "0.10.6" | ||
| const val ossVersion = "17.1.0" | ||
| } | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,6 +1,5 @@ | ||
| #Fri Dec 29 23:45:17 KST 2023 | ||
| distributionBase=GRADLE_USER_HOME | ||
| distributionPath=wrapper/dists | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.0-bin.zip | ||
| distributionUrl=https\://services.gradle.org/distributions/gradle-8.10-bin.zip | ||
| zipStoreBase=GRADLE_USER_HOME | ||
| zipStorePath=wrapper/dists |
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.
속성 키 불일치 가능성 확인
buildConfigField는"native.app.key"값을,manifestPlaceholders는nativeAppKey값을 사용하고 있습니다.환경 파일에서 두 키가 모두 정의되지 않았을 경우
"null"문자열이 삽입돼 런타임 크래시가 발생할 수 있으니 확인 부탁드립니다.필요 시
check(localProps.getProperty(... ) != null)로 빌드 단계에서 조기 실패를 유도하는 것을 권장합니다.🤖 Prompt for AI Agents