Skip to content

Commit 8f4d9be

Browse files
committed
version increased.
1 parent 99896eb commit 8f4d9be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

animatable-compose/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ afterEvaluate {
5050

5151
groupId = 'com.github.commandiron'
5252
artifactId = 'animatable-compose'
53-
version = '1.0.2'
53+
version = '1.0.3'
5454
}
5555
}
5656
}

app/src/main/java/com/commandiron/animatablecompose/MainActivity.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class MainActivity : ComponentActivity() {
2121
color = MaterialTheme.colorScheme.background
2222
) {}
2323
Box(Modifier.fillMaxSize(), Alignment.Center) {
24-
Show4AnimatableCardWithText()
24+
Show5ExpandablePhoneNumber()
2525
}
2626
}
2727
}

0 commit comments

Comments
 (0)