Skip to content

Commit 42b596f

Browse files
Bump version to 7.0.3 and add android-maven-gradle-plugin
1 parent bcdb3d9 commit 42b596f

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
3535
Step 2. Add the dependency (Recommend to use maven instead of jitpack)
3636

3737
dependencies {
38-
implementation 'com.github.TutorialsAndroid:progressx:v7.0.2'
38+
implementation 'com.github.TutorialsAndroid:progressx:v7.0.3'
3939
}
4040

4141
## Download Maven Central
@@ -52,7 +52,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
5252
Step 2. Add the dependency
5353

5454
dependencies {
55-
implementation 'io.github.tutorialsandroid:progressx:7.0.2'
55+
implementation 'io.github.tutorialsandroid:progressx:7.0.3'
5656
}
5757

5858
## Usage

build.gradle

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ buildscript {
88
}
99
dependencies {
1010
classpath 'com.android.tools.build:gradle:9.2.1'
11+
classpath 'com.github.dcendents:android-maven-gradle-plugin:2.1'
1112
classpath 'io.github.gradle-nexus:publish-plugin:2.0.0'
1213
}
1314
}

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33

44
ext {
55
PUBLISH_GROUP_ID = 'io.github.tutorialsandroid'
6-
PUBLISH_VERSION = '7.0.2'
6+
PUBLISH_VERSION = '7.0.3'
77
PUBLISH_ARTIFACT_ID = 'progressx'
88
PUBLISH_DESCRIPTION = 'A material style progress wheel that you can integrate into your app'
99
PUBLISH_URL = 'https://github.com/tutorialsandroid/progressx'

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.developer.progressx.custom"
99
minSdkVersion 23
1010
targetSdkVersion 37
11-
versionCode 11
12-
versionName "7.0.2"
11+
versionCode 12
12+
versionName "7.0.3"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)