File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55apply plugin : ' kotlin-android'
66apply plugin : ' kotlin-kapt'
77group = ' rommansabbir'
8- version ' 3.0 .0'
8+ version ' 3.1 .0'
99
1010android {
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 }
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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'
You can’t perform that action at this time.
0 commit comments