File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ Step 1. Add it in your root build.gradle at the end of repositories:
3535Step 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:
5252Step 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
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ apply plugin: 'maven-publish'
33
44ext {
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'
Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments