Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jenly1314 committed Jun 24, 2024
1 parent e65f30a commit 398af0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ plugins {
id 'com.android.application' version '7.4.2' apply false
id 'com.android.library' version '7.4.2' apply false
id 'org.jetbrains.kotlin.android' version '1.7.0' apply false
id 'com.vanniktech.maven.publish' version '0.23.0' apply false
id 'com.vanniktech.maven.publish' version '0.22.0' apply false
}
2 changes: 1 addition & 1 deletion versions.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ext.build_versions = build_versions
// App dependencies
def versions = [:]

versions.mavenPublish = '0.23.0'
versions.mavenPublish = '0.22.0'
versions.gradle = "7.4.1"

//androidx
Expand Down

0 comments on commit 398af0c

Please sign in to comment.