Skip to content

Commit

Permalink
Upgrade APG; simplify release signing
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdapioneer committed Sep 6, 2024
1 parent 91f7733 commit 9492743
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ buildscript {
ext {
appcompat_version = '1.7.0'
espresso_version = '3.6.1'
agp_version = '8.1.1'
agp_version = '8.6.0'
junit_version = '4.13.2'
kotlin_version = '1.8.21'
ktx_version = '1.13.1'
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distrubutionSha256Sum=e111cb9948407e26351227dabce49822fb88c37ee72f1d1582a69c68af2e702f
distributionUrl=https\://services.gradle.org/distributions/gradle-8.1.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.7-bin.zip
networkTimeout=10000
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
3 changes: 2 additions & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,8 @@ publishing {
}

signing {
sign publishing.publications
useGpgCmd()
sign(publishing.publications["release"])
}

dependencies {
Expand Down

0 comments on commit 9492743

Please sign in to comment.