6 Commits

Author SHA1 Message Date
Michachatz
ae16b12d28 Merge pull request #44 from Michatec/renovate/com.android.application-9.x
Update plugin com.android.application to v9.0.1
2026-02-15 20:39:40 +01:00
renovate[bot]
0697ee0dca Update plugin com.android.application to v9.0.1 2026-02-15 19:39:32 +00:00
Michachatz
27e324decc Merge pull request #43 from Michatec/renovate/androidx.activity-activity-ktx-1.x
Update dependency androidx.activity:activity-ktx to v1.12.4
2026-02-15 20:39:24 +01:00
Michachatz
618914617e Merge pull request #45 from Michatec/renovate/com.android.library-9.x
Update plugin com.android.library to v9.0.1
2026-02-15 20:39:12 +01:00
renovate[bot]
e81aa10125 Update plugin com.android.library to v9.0.1 2026-02-13 22:32:52 +00:00
renovate[bot]
44d25f92a0 Update dependency androidx.activity:activity-ktx to v1.12.4 2026-02-11 18:14:29 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -60,7 +60,7 @@ dependencies {
// AndroidX Stuff //
implementation 'androidx.core:core-ktx:1.17.0'
implementation 'androidx.activity:activity-ktx:1.12.3'
implementation 'androidx.activity:activity-ktx:1.12.4'
implementation 'androidx.palette:palette-ktx:1.0.0'
implementation 'androidx.preference:preference-ktx:1.2.1'
implementation 'androidx.media:media:1.7.1'

View File

@@ -1,8 +1,8 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.
plugins {
id 'com.android.application' version '9.0.0' apply false
id 'com.android.library' version '9.0.0' apply false
id 'com.android.application' version '9.0.1' apply false
id 'com.android.library' version '9.0.1' apply false
id 'org.jetbrains.kotlin.android' version "2.3.10" apply false
}