Skip to content

Commit e097a8a

Browse files
committed
Version 4.5.0
Gradle Nexus Publish plugin 2.0.0. Migrate to token-based publishing.
1 parent f76470b commit e097a8a

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
@@ -15,6 +15,7 @@ project to AndroidX.
1515
<br/>Since v4.1.0, it is dependent on Java 8 due to the dependency on
1616
[Dynamic Utils](https://github.com/pranavpandey/dynamic-utils).
1717
<br/>Since v4.4.1, it is targeting Java 17 to provide maximum compatibility.
18+
<br/>Since v4.5.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
1819

1920
---
2021

@@ -41,7 +42,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
4142
```groovy
4243
dependencies {
4344
// For AndroidX enabled projects.
44-
implementation 'com.pranavpandey.android:dynamic-dialogs:4.4.1'
45+
implementation 'com.pranavpandey.android:dynamic-dialogs:4.5.0'
4546
4647
// For legacy projects.
4748
implementation 'com.pranavpandey.android:dynamic-dialogs:1.3.0'

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ buildscript {
4040
}
4141

4242
plugins {
43-
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
43+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
4444
}
4545

4646
allprojects {
@@ -71,9 +71,9 @@ ext {
7171
mavenGroup = 'com.pranavpandey.android'
7272
mavenDir = 'com/pranavpandey/android'
7373
mavenInceptionYear = '2017'
74-
mavenVersion = '4.4.1'
75-
mavenVersionCode = 36
76-
sampleVersionCode = 37
74+
mavenVersion = '4.5.0'
75+
mavenVersionCode = 37
76+
sampleVersionCode = 38
7777

7878
developerId = 'pranavpandey'
7979
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)