Skip to content

Commit

Permalink
Update sample app
Browse files Browse the repository at this point in the history
  • Loading branch information
kizitonwose committed Aug 3, 2024
1 parent 5c62c3e commit df27021
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ A highly customizable calendar library for Android and Compose Multiplatform, ba
It's important to check out the sample app. There are lots of examples provided for both view and compose implementations.
Most techniques that you would want to implement are already done in the examples.

Download the Android sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.0.0/sample.apk)
Download the Android sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.5.4/sample.apk)

View the Android sample app's source code [here](https://github.com/kizitonwose/Calendar/tree/main/sample)

Expand Down
2 changes: 1 addition & 1 deletion docs/Compose.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

Check out the sample app if you have not yet done so. Most techniques that you would want to implement are already done in the examples.

Download the Android sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.0.0/sample.apk)
Download the Android sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.5.4/sample.apk)

Read the Android sample app's source code [here](https://github.com/kizitonwose/Calendar/tree/main/sample)

Expand Down
2 changes: 1 addition & 1 deletion docs/View.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

Check out the sample app if you have not yet done so. Most techniques that you would want to implement are already done in the examples.

Download the sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.0.0/sample.apk)
Download the sample app [here](https://github.com/kizitonwose/Calendar/releases/download/2.5.4/sample.apk)

Read the sample app's source code [here](https://github.com/kizitonwose/Calendar/tree/main/sample)

Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ android {
}
buildTypes {
named("release") {
isMinifyEnabled = false
isMinifyEnabled = true
}
}
java {
Expand Down

0 comments on commit df27021

Please sign in to comment.