Skip to content

Commit 06406e6

Browse files
Update version to 7.0.1, update README social links, and update .gitignore
1 parent f21cf8f commit 06406e6

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ maven_push.gradle
4646
library/build/
4747
sample/build/
4848
create-central-bundle.ps1
49-
HowToPublish.txt
49+
HowToPublish.txt
50+
/gradle/gradle-daemon-jvm.properties

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
![](https://github.com/TutorialsAndroid/progressx/blob/master/sample/src/main/res/mipmap-xxhdpi/ic_launcher.png)
22

3-
# ProgressX ![Maven Central](https://img.shields.io/maven-central/v/io.github.tutorialsandroid/progressx) ![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/progressx/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/progressx?targetFile=library%2Fbuild.gradle) [![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-ProgressX-orange.svg?style=flat-square)](https://android-arsenal.com/details/1/7589) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
3+
# ProgressX ![Maven Central](https://img.shields.io/maven-central/v/io.github.tutorialsandroid/progressx) ![API](https://img.shields.io/badge/API-15%2B-brightgreen.svg?style=flat) [![Known Vulnerabilities](https://snyk.io/test/github/TutorialsAndroid/progressx/badge.svg?targetFile=library%2Fbuild.gradle)](https://snyk.io/test/github/TutorialsAndroid/progressx?targetFile=library%2Fbuild.gradle) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
44

55
A material style progress wheel that you can integrate into your app
66

7-
**Library available at JitPack.io**
7+
**Library available at JitPack.io and MavenCentral**
88

99
[![](https://jitpack.io/v/TutorialsAndroid/progressx.svg)](https://jitpack.io/#TutorialsAndroid/progressx)
1010

@@ -13,7 +13,7 @@ A material style progress wheel that you can integrate into your app
1313

1414
## And Don't Forget To Follow Me On Instagram
1515

16-
<p align="center">Follow me on instagram to stay up-to-date https://instagram.com/a.masram444
16+
<p align="center">Follow me on instagram to stay up-to-date https://instagram.com/coderx09
1717
1818

1919
**Sample Screen**
@@ -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:v6.0.19'
38+
implementation 'com.github.TutorialsAndroid:progressx:v7.0.1'
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.0'
55+
implementation 'io.github.tutorialsandroid:progressx:7.0.1'
5656
}
5757

5858
## Usage

0 commit comments

Comments
 (0)