Skip to content

Commit 4db95fa

Browse files
author
Romman Sabbir
committed
Version: 3.1.0 (Stable)
1 parent 276a0c4 commit 4db95fa

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

NetworkX/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
apply plugin: 'kotlin-android'
66
apply plugin: 'kotlin-kapt'
77
group = 'rommansabbir'
8-
version '3.0.0'
8+
version '3.1.0'
99

1010
android {
1111
compileSdkVersion 31
@@ -62,7 +62,7 @@ afterEvaluate {
6262
from components.release
6363
groupId = 'com.github.rommansabbir'
6464
artifactId = 'NetworkX'
65-
version = '3.0.0'
65+
version = '3.1.0'
6666
}
6767
}
6868
}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Step 2. Add the dependency.
3434

3535
| Releases
3636
| ------------- |
37-
| 3.0.0 |
37+
| 3.1.0 |
3838

3939

4040
# Usages

app/build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ dependencies {
4545
implementation 'androidx.appcompat:appcompat:1.2.0'
4646
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
4747
implementation project(path: ':NetworkX')
48-
// implementation 'com.github.rommansabbir:NetworkX:1.0'
4948
testImplementation 'junit:junit:4.13.1'
5049
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
5150
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

0 commit comments

Comments
 (0)