From 3df93cbe0008b1f6c1ac1d79f673fefcabf6e5c1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Jan 2024 22:54:58 +0000 Subject: [PATCH] Bump com.vanniktech.maven.publish in /Persian_Numbers Bumps [com.vanniktech.maven.publish](https://github.com/vanniktech/gradle-maven-publish-plugin) from 0.25.3 to 0.27.0. - [Release notes](https://github.com/vanniktech/gradle-maven-publish-plugin/releases) - [Changelog](https://github.com/vanniktech/gradle-maven-publish-plugin/blob/main/CHANGELOG.md) - [Commits](https://github.com/vanniktech/gradle-maven-publish-plugin/compare/0.25.3...0.27.0) --- updated-dependencies: - dependency-name: com.vanniktech.maven.publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Persian_Numbers/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Persian_Numbers/build.gradle b/Persian_Numbers/build.gradle index c01de35..8421452 100644 --- a/Persian_Numbers/build.gradle +++ b/Persian_Numbers/build.gradle @@ -1,7 +1,7 @@ plugins { id("com.android.library") id("kotlin-android") - id "com.vanniktech.maven.publish" version "0.25.3" + id "com.vanniktech.maven.publish" version "0.27.0" } android {