Skip to content

Commit

Permalink
Update build.gradle.kts (minSdk 다운그레이드) (#231)
Browse files Browse the repository at this point in the history
* Update build.gradle.kts (minSdk 다운그레이드)

YDS compose : minSdk 26 -> 23

* Update version.properties
  • Loading branch information
cometj03 authored Dec 17, 2023
1 parent af144c4 commit 876b3dc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions compose/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
compileSdk = 33

defaultConfig {
minSdk = 26
minSdk = 23

testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles("consumer-rules.pro")
Expand Down Expand Up @@ -66,4 +66,4 @@ dependencies {
testImplementation("junit:junit:4.13.2")
androidTestImplementation("androidx.test.ext:junit:1.1.5")
androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")
}
}
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=2.3.1
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다
versionName=2.3.2
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 876b3dc

Please sign in to comment.