Skip to content

Commit

Permalink
fix: Update APG version (#10)
Browse files Browse the repository at this point in the history
Co-authored-by: adamglin <dev@adamglin>
  • Loading branch information
adamglin0 and adamglin committed Sep 22, 2024
1 parent cb78ec2 commit a998d47
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/publish_artifacts.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish Artifacts
on:
push:
branches: [ "main" ]
tags:
- '*'
jobs:
build:
name: Build
Expand Down
11 changes: 4 additions & 7 deletions compose-shadow/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ kotlin {

sourceSets {
commonMain.dependencies {
compileOnly(compose.runtime)
compileOnly(compose.foundation)
compileOnly(compose.ui)
compileOnly(libs.androidx.annotation)
implementation(compose.runtime)
implementation(compose.foundation)
implementation(compose.ui)
implementation(libs.androidx.annotation)
}
}
}
Expand Down Expand Up @@ -69,9 +69,6 @@ android {


mavenPublishing {
val javadocJar = tasks.register("javadocJar", Jar::class.java) {
archiveClassifier.set("javadoc")
}
coordinates(
groupId = "com.adamglin",
artifactId = "compose-shadow",
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
androidCompileSdk = "35"
androidMinSdk = "21"
androidTargetSdk = "35"
androidGradlePlugin = "8.3.2"
androidGradlePlugin = "8.6.1"
#androidx
androidxActivity = "1.9.2"
androidxAppCompat = "1.7.0"
Expand Down

0 comments on commit a998d47

Please sign in to comment.