Skip to content

Commit

Permalink
Version 6.4.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 25, 2024
1 parent c8e9b92 commit f413f03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ to AndroidX.
<br/>Since v3.0.0, it is dependent on Java 8 due to the dependency on
[DrawerLayout][drawer-layout].
<br/>Since v6.3.0, it is targeting Java 17 to provide maximum compatibility.
<br/>Since v6.4.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.

<p align="left">
<img src="./graphics/play/screenshots/phone-1.png" width="280" height="486" hspace="2">
Expand Down Expand Up @@ -48,7 +49,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-support:6.2.1'
implementation 'com.pranavpandey.android:dynamic-support:6.4.0'
// For legacy projects.
implementation 'com.pranavpandey.android:dynamic-support: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 @@ -46,7 +46,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 @@ -77,9 +77,9 @@ ext {
mavenDir = 'com/pranavpandey/android'
mavenArtifactId = 'dynamic-support'
mavenInceptionYear = 2018
mavenVersion = '6.3.0'
mavenVersionCode = 36
sampleVersionCode = 37
mavenVersion = '6.4.0'
mavenVersionCode = 37
sampleVersionCode = 38

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

0 comments on commit f413f03

Please sign in to comment.