Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
hichbra committed Jul 16, 2020
1 parent 6700de4 commit dad4416
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ then, add the `gs-core` and `gs-ui-android` to your dependencies:

```xml
dependencies {
api 'com.github.graphstream:gs-ui-android:dev-SNAPSHOT'
api 'com.github.graphstream:gs-core:dev-SNAPSHOT'
api 'com.github.graphstream:gs-ui-android:2.0'
api 'com.github.graphstream:gs-core:2.0'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 24
targetSdkVersion 26
versionCode 1
versionName "2.1-SNAPSHOT"
versionName "2.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -37,7 +37,7 @@ allprojects {
}

dependencies {
api 'com.github.graphstream:gs-core:dev-SNAPSHOT'
api 'com.github.graphstream:gs-core:2.0'
implementation 'com.android.support:appcompat-v7:26.1.0'
implementation 'com.android.support.constraint:constraint-layout:1.0.2'
testImplementation 'junit:junit:4.12'
Expand Down

0 comments on commit dad4416

Please sign in to comment.