Skip to content

Commit

Permalink
compose compiler version updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Mohamad-Sarfi committed Sep 20, 2022
1 parent 9743ed1 commit bc949b7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions persian_date_picker/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ android {
compose true
}
composeOptions {
kotlinCompilerExtensionVersion '1.2.1'
kotlinCompilerVersion '1.5.30'
kotlinCompilerExtensionVersion '1.3.1'
}



compileOptions {
sourceCompatibility JavaVersion.VERSION_1_8
targetCompatibility JavaVersion.VERSION_1_8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ fun PersianDatePicker(
Row(
Modifier
.fillMaxWidth()
.padding(15.dp)
.padding(10.dp)
,
verticalAlignment = Alignment.CenterVertically,
horizontalArrangement = Arrangement.End
Expand Down

0 comments on commit bc949b7

Please sign in to comment.