Skip to content

Commit

Permalink
Version 4.6.0
Browse files Browse the repository at this point in the history
Gradle Nexus Publish plugin 2.0.0.
Migrate to token-based publishing.
  • Loading branch information
pranavpandey committed Jul 23, 2024
1 parent 8cddd26 commit 6fa12b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ project to AndroidX.
<br/>Since v4.3.0, it supports some helper methods to capture results via
[Barquode](#barquode-for-android) app.
<br/>Since v4.5.1, it is targeting Java 17 to provide maximum compatibility.
<br/>Since v4.6.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.

---

Expand Down Expand Up @@ -55,7 +56,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
```groovy
dependencies {
// For AndroidX enabled projects.
implementation 'com.pranavpandey.android:dynamic-utils:4.5.1'
implementation 'com.pranavpandey.android:dynamic-utils:4.6.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ buildscript {
}

plugins {
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
}

allprojects {
Expand Down Expand Up @@ -67,8 +67,8 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-utils'
mavenInceptionYear = '2017'
mavenVersion = '4.5.1'
mavenVersionCode = 45
mavenVersion = '4.6.0'
mavenVersionCode = 46

developerId = 'pranavpandey'
developerName = 'Pranav Pandey'
Expand Down

0 comments on commit 6fa12b6

Please sign in to comment.