-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat : target version 30 으로 변경 (#88)
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
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,12 +1,12 @@ | ||
object AndroidConfig { | ||
const val COMPILE_SDK_VERSION = 29 | ||
const val COMPILE_SDK_VERSION = 30 | ||
const val MIN_SDK_VERSION = 23 | ||
const val TARGET_SDK_VERSION = 29 | ||
const val TARGET_SDK_VERSION = 30 | ||
|
||
const val VERSION_CODE = 8 | ||
const val VERSION_NAME = "1.2.1-dev" | ||
|
||
const val BUILD_TOOLS_VERSION = "29.0.3" | ||
const val BUILD_TOOLS_VERSION = "30.0.3" | ||
const val APPLICATION_ID = "com.ddd4.synesthesia.beer" | ||
const val TEST_INSTRUMENTATION_RUNNER = "androidx.test.runner.AndroidJUnitRunner" | ||
} |