From 51c9a8e5ff2fd25460d29221d6d44e1ba6e54770 Mon Sep 17 00:00:00 2001 From: Arif Dwiyanto Date: Thu, 6 Nov 2025 09:58:07 +0700 Subject: [PATCH] First commit --- README.md | 27 +++++------------------- build.gradle.kts | 4 ++-- gradle/wrapper/gradle-wrapper.properties | 2 +- 3 files changed, 8 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 4ab87ef..613b611 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,7 @@ -Tip Time - Solution Code -================================= +Kalkulator BMI +=============== -Solution code for the [Android Basics with Compose](https://developer.android.com/courses/android-basics-compose/course): Tip Time app. +Silahkan kembangkan aplikasi ini untuk melakukan perhitungan BMI - -Introduction ------------- -The Tip Time app contains various UI elements for calculating a tip, -teaching about user input, and State in Compose. - - -Pre-requisites --------------- -* Experience with Kotlin syntax. -* How to create and run a project in Android Studio. - - -Getting Started ---------------- -1. Install Android Studio, if you don't already have it. -2. Download the sample. -3. Import the sample into Android Studio. -4. Build and run the sample. +Petunjuk lebih detil dapat dibaca di +https://docs.google.com/document/d/1iGiC0Bg3Bdcd2Maq45TYkCDUkZ5Ql51E/edit?rtpof=true \ No newline at end of file diff --git a/build.gradle.kts b/build.gradle.kts index b90a71b..95dfabf 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -16,8 +16,8 @@ // Top-level build file where you can add configuration options common to all sub-projects/modules. plugins { - id("com.android.application") version "8.8.0" apply false - id("com.android.library") version "8.8.0" apply false + id("com.android.application") version "8.13.0" apply false + id("com.android.library") version "8.13.0" apply false id("org.jetbrains.kotlin.android") version "2.1.0" apply false id("org.jetbrains.kotlin.plugin.compose") version "2.1.0" apply false } diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index cea7a79..37f853b 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-8.12-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-8.13-bin.zip networkTimeout=10000 validateDistributionUrl=true zipStoreBase=GRADLE_USER_HOME