Skip to content

Commit f413f03

Browse files
committed
Version 6.4.0
Gradle Nexus Publish plugin 2.0.0. Migrate to token-based publishing.
1 parent c8e9b92 commit f413f03

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ to AndroidX.
1414
<br/>Since v3.0.0, it is dependent on Java 8 due to the dependency on
1515
[DrawerLayout][drawer-layout].
1616
<br/>Since v6.3.0, it is targeting Java 17 to provide maximum compatibility.
17+
<br/>Since v6.4.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
1718

1819
<p align="left">
1920
<img src="./graphics/play/screenshots/phone-1.png" width="280" height="486" hspace="2">
@@ -48,7 +49,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4849
```groovy
4950
dependencies {
5051
// For AndroidX enabled projects.
51-
implementation 'com.pranavpandey.android:dynamic-support:6.2.1'
52+
implementation 'com.pranavpandey.android:dynamic-support:6.4.0'
5253
5354
// For legacy projects.
5455
implementation 'com.pranavpandey.android:dynamic-support:1.3.0'

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ buildscript {
4646
}
4747

4848
plugins {
49-
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
49+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
5050
}
5151

5252
allprojects {
@@ -77,9 +77,9 @@ ext {
7777
mavenDir = 'com/pranavpandey/android'
7878
mavenArtifactId = 'dynamic-support'
7979
mavenInceptionYear = 2018
80-
mavenVersion = '6.3.0'
81-
mavenVersionCode = 36
82-
sampleVersionCode = 37
80+
mavenVersion = '6.4.0'
81+
mavenVersionCode = 37
82+
sampleVersionCode = 38
8383

8484
developerId = 'pranavpandey'
8585
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)