| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent d4bec44 commit 9aca948
30 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -69,7 +69,7 @@ android { | |||
| 69 | 69 | } | |
| 70 | 70 | ||
| 71 | 71 | dependencies { | |
| 72 | - def composeBom = platform('androidx.compose:compose-bom:2026.06.01') | ||
| 72 | + def composeBom = platform('androidx.compose:compose-bom:2026.08.00') | ||
| 73 | 73 | implementation(composeBom) | |
| 74 | 74 | testImplementation(composeBom) | |
| 75 | 75 | androidTestImplementation(composeBom) | |
@@ -95,7 +95,7 @@ dependencies { | |||
| 95 | 95 | ||
| 96 | 96 | implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.10.2" | |
| 97 | 97 | ||
| 98 | - implementation 'androidx.appcompat:appcompat:1.7.1' | ||
| 98 | + implementation 'androidx.appcompat:appcompat:1.8.0' | ||
| 99 | 99 | implementation 'androidx.activity:activity-ktx:1.13.0' | |
| 100 | 100 | implementation 'androidx.core:core-ktx:1.19.0' | |
| 101 | 101 | implementation "androidx.activity:activity-compose:1.13.0" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | distributionBase=GRADLE_USER_HOME | |
| 2 | 2 | distributionPath=wrapper/dists | |
| 3 | - distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip | ||
| 3 | + distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip | ||
| 4 | 4 | networkTimeout=10000 | |
| 5 | 5 | retries=0 | |
| 6 | 6 | retryBackOffMs=500 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | [versions] | |
| 2 | 2 | androidGradlePlugin = "9.3.1" | |
| 3 | - composeBom = "2026.06.01" | ||
| 3 | + composeBom = "2026.08.00" | ||
| 4 | 4 | coreKtx = "1.19.0" | |
| 5 | 5 | activityCompose = "1.13.0" | |
| 6 | 6 | espressoCore = "3.7.0" | |
@@ -9,7 +9,7 @@ junitVersion = "1.3.0" | |||
| 9 | 9 | kotlin = "2.3.10" | |
| 10 | 10 | kotlinxCoroutinesAndroid = "1.10.2" | |
| 11 | 11 | lifecycle = "2.11.0" | |
| 12 | - material3Adaptive = "1.2.0" | ||
| 12 | + material3Adaptive = "1.3.0" | ||
| 13 | 13 | material3AdaptiveNavSuite = "1.4.0" | |
| 14 | 14 | window = "1.5.1" | |
| 15 | 15 | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | distributionBase=GRADLE_USER_HOME | |
| 2 | 2 | distributionPath=wrapper/dists | |
| 3 | - distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip | ||
| 3 | + distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip | ||
| 4 | 4 | networkTimeout=10000 | |
| 5 | 5 | retries=0 | |
| 6 | 6 | retryBackOffMs=500 | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -100,10 +100,10 @@ dependencies { | |||
| 100 | 100 | } | |
| 101 | 101 | ||
| 102 | 102 | implementation "androidx.activity:activity-compose:1.13.0" | |
| 103 | - implementation "androidx.appcompat:appcompat:1.7.1" | ||
| 104 | - implementation "androidx.tracing:tracing:1.3.0" | ||
| 103 | + implementation "androidx.appcompat:appcompat:1.8.0" | ||
| 104 | + implementation "androidx.tracing:tracing:2.0.0" | ||
| 105 | 105 | ||
| 106 | - def composeBom = platform('androidx.compose:compose-bom:2026.06.01') | ||
| 106 | + def composeBom = platform('androidx.compose:compose-bom:2026.08.00') | ||
| 107 | 107 | implementation(composeBom) | |
| 108 | 108 | androidTestImplementation(composeBom) | |
| 109 | 109 | implementation "androidx.compose.runtime:runtime" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -28,7 +28,7 @@ buildscript { | |||
| 28 | 28 | ||
| 29 | 29 | plugins { | |
| 30 | 30 | id 'com.diffplug.spotless' version '8.9.0' | |
| 31 | - id 'com.google.devtools.ksp' version '2.3.10' apply false | ||
| 31 | + id 'com.google.devtools.ksp' version '2.3.11' apply false | ||
| 32 | 32 | } | |
| 33 | 33 | ||
| 34 | 34 | subprojects { | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,6 +1,6 @@ | |||
| 1 | 1 | distributionBase=GRADLE_USER_HOME | |
| 2 | 2 | distributionPath=wrapper/dists | |
| 3 | - distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip | ||
| 3 | + distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip | ||
| 4 | 4 | networkTimeout=10000 | |
| 5 | 5 | retries=0 | |
| 6 | 6 | retryBackOffMs=500 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments