From df2702157db6bdab80a63f31ece1e8f1b942d8ad Mon Sep 17 00:00:00 2001 From: Kizito Nwose Date: Sat, 3 Aug 2024 13:23:31 +0200 Subject: [PATCH] Update sample app --- README.md | 2 +- docs/Compose.md | 2 +- docs/View.md | 2 +- sample/build.gradle.kts | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 00155f8f..a37301a0 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/docs/Compose.md b/docs/Compose.md index 257c6d37..34f4fbbd 100644 --- a/docs/Compose.md +++ b/docs/Compose.md @@ -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) diff --git a/docs/View.md b/docs/View.md index eec0a63b..1dad7016 100644 --- a/docs/View.md +++ b/docs/View.md @@ -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) diff --git a/sample/build.gradle.kts b/sample/build.gradle.kts index b37110cd..3589eb88 100644 --- a/sample/build.gradle.kts +++ b/sample/build.gradle.kts @@ -25,7 +25,7 @@ android { } buildTypes { named("release") { - isMinifyEnabled = false + isMinifyEnabled = true } } java {