Skip to content

Commit 4c8fbf3

Browse files
Merge pull request #3 from NicosNicolaou16/updates
Updates
2 parents c43a77c + d64717f commit 4c8fbf3

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

.idea/kotlinc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ links. It is implemented using Jetpack Compose. <br />
1212

1313
Target SDK version: 35 <br />
1414
Minimum SDK version: 28 <br />
15-
Kotlin version: 2.1.0 <br />
16-
Gradle version: 8.7.3 <br />
15+
Kotlin version: 2.1.10 <br />
16+
Gradle version: 8.8.0 <br />
1717

1818
# References/Tutorials Follow
1919

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
plugins {
22
id 'com.android.application'
33
id 'org.jetbrains.kotlin.android'
4-
id("org.jetbrains.kotlin.plugin.compose") version "2.1.0"
4+
id("org.jetbrains.kotlin.plugin.compose") version "2.1.10"
55
}
66

77
android {
@@ -53,16 +53,16 @@ dependencies {
5353
implementation 'androidx.core:core-ktx:1.15.0'
5454
implementation 'androidx.fragment:fragment-ktx:1.8.5'
5555
implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.7'
56-
implementation 'androidx.activity:activity-compose:1.9.3'
57-
implementation platform('androidx.compose:compose-bom:2024.12.01')
56+
implementation 'androidx.activity:activity-compose:1.10.0'
57+
implementation platform('androidx.compose:compose-bom:2025.01.01')
5858
implementation 'androidx.compose.ui:ui'
5959
implementation 'androidx.compose.ui:ui-graphics'
6060
implementation 'androidx.compose.ui:ui-tooling-preview'
6161
implementation 'androidx.compose.material3:material3'
6262
testImplementation 'junit:junit:4.13.2'
6363
androidTestImplementation 'androidx.test.ext:junit:1.2.1'
6464
androidTestImplementation 'androidx.test.espresso:espresso-core:3.6.1'
65-
androidTestImplementation platform('androidx.compose:compose-bom:2024.12.01')
65+
androidTestImplementation platform('androidx.compose:compose-bom:2025.01.01')
6666
androidTestImplementation 'androidx.compose.ui:ui-test-junit4'
6767
debugImplementation 'androidx.compose.ui:ui-tooling'
6868
debugImplementation 'androidx.compose.ui:ui-test-manifest'

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
// Top-level build file where you can add configuration options common to all sub-projects/modules.
22
plugins {
3-
id 'com.android.application' version '8.7.3' apply false
4-
id 'com.android.library' version '8.7.3' apply false
5-
id 'org.jetbrains.kotlin.android' version '2.1.0' apply false
3+
id 'com.android.application' version '8.8.0' apply false
4+
id 'com.android.library' version '8.8.0' apply false
5+
id 'org.jetbrains.kotlin.android' version '2.1.10' apply false
66
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#Sat Apr 22 21:39:44 EEST 2023
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
4-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.9-bin.zip
4+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.10.2-bin.zip
55
zipStoreBase=GRADLE_USER_HOME
66
zipStorePath=wrapper/dists

0 commit comments

Comments
 (0)