Skip to content

Commit

Permalink
Merge branch 'develop' into feature/gael/toast
Browse files Browse the repository at this point in the history
  • Loading branch information
Gael-Android authored Dec 29, 2023
2 parents c0a2e3b + 5d97d2c commit 32a91bc
Show file tree
Hide file tree
Showing 3 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")
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import com.yourssu.design.system.compose.states.ButtonColorState
fun TopBarButton(
modifier: Modifier = Modifier,
onClick: () -> Unit = {},
isDisabled: Boolean = true,
isDisabled: Boolean = false,
text: String = "",
@DrawableRes icon: Int? = null,
) {
Expand Down
2 changes: 1 addition & 1 deletion version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versionName=2.4.0
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다
#자동 배포를 위해서 버전은 여기 한 군데에서 관리하면 된다

0 comments on commit 32a91bc

Please sign in to comment.