Skip to content

Commit 6fa12b6

Browse files
committedJul 23, 2024
Version 4.6.0
Gradle Nexus Publish plugin 2.0.0. Migrate to token-based publishing.
1 parent 8cddd26 commit 6fa12b6

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed
 

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ project to AndroidX.
1919
<br/>Since v4.3.0, it supports some helper methods to capture results via
2020
[Barquode](#barquode-for-android) app.
2121
<br/>Since v4.5.1, it is targeting Java 17 to provide maximum compatibility.
22+
<br/>Since v4.6.0, the minimum SDK is Android 4.4 (API 19) to comply with the latest policies.
2223

2324
---
2425

@@ -55,7 +56,7 @@ It can be installed by adding the following dependency to your `build.gradle` fi
5556
```groovy
5657
dependencies {
5758
// For AndroidX enabled projects.
58-
implementation 'com.pranavpandey.android:dynamic-utils:4.5.1'
59+
implementation 'com.pranavpandey.android:dynamic-utils:4.6.0'
5960
6061
// For legacy projects.
6162
implementation 'com.pranavpandey.android:dynamic-utils:1.3.0'

‎build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ buildscript {
3535
}
3636

3737
plugins {
38-
id("io.github.gradle-nexus.publish-plugin") version "1.1.0"
38+
id("io.github.gradle-nexus.publish-plugin") version "2.0.0"
3939
}
4040

4141
allprojects {
@@ -67,8 +67,8 @@ ext {
6767
mavenDir = 'com/pranavpandey/android'
6868
mavenArtifactId = 'dynamic-utils'
6969
mavenInceptionYear = '2017'
70-
mavenVersion = '4.5.1'
71-
mavenVersionCode = 45
70+
mavenVersion = '4.6.0'
71+
mavenVersionCode = 46
7272

7373
developerId = 'pranavpandey'
7474
developerName = 'Pranav Pandey'

0 commit comments

Comments
 (0)