Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ fun org.gradle.api.Project.androidConfiguration(
extension: ApplicationExtension,
) = extension.apply {
namespace = "com.tunjid.composables.${project.name}"
compileSdk = 36
compileSdk = 37

defaultConfig {
minSdk = 23
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ kotlin {
applyDefaultHierarchyTemplate()
androidLibrary {
namespace = "com.tunjid.composables.${project.name}"
compileSdk = 36
compileSdk = 37
minSdk = 23
}
jvm {
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[versions]
androidGradlePlugin = "9.1.0"
androidGradlePlugin = "9.2.1"
androidxActivity = "1.13.0"
androidxAppCompat = "1.7.1"
androidxBenchmark = "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#
#Mon Jul 05 07:23:39 EDT 2021
distributionBase=GRADLE_USER_HOME
distributionUrl=https\://services.gradle.org/distributions/gradle-9.3.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.4.1-bin.zip
distributionPath=wrapper/dists
zipStorePath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
Loading