Skip to content

Commit

Permalink
Version 4.3.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 24, 2024
1 parent b8f7a35 commit 679ba51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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-toasts:4.2.1'
implementation 'com.pranavpandey.android:dynamic-toasts:4.3.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-toasts:1.3.0'
Expand Down
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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 @@ -70,9 +70,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-toasts'
mavenInceptionYear = '2017'
mavenVersion = '4.2.1'
mavenVersionCode = 33
sampleVersionCode = 34
mavenVersion = '4.3.0'
mavenVersionCode = 34
sampleVersionCode = 35

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

0 comments on commit 679ba51

Please sign in to comment.