Skip to content

Commit

Permalink
Bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
makedonsky94 committed Feb 25, 2021
1 parent 7af36d7 commit ec11bbc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ In `/gradle_module/build.gradle`
```groovy
dependencies {
//...
implementation 'com.tradingview:lightweightcharts:3.3.0'
implementation 'com.tradingview:lightweightcharts:3.3.1'
}
```

Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ android {
}

dependencies {
// implementation 'com.tradingview:lightweightcharts:3.3.0'
implementation project(":lightweightlibrary")
implementation 'com.tradingview:lightweightcharts:3.3.1'
// implementation project(":lightweightlibrary")

implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
4 changes: 2 additions & 2 deletions lightweightlibrary/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ android {
minSdkVersion 21
targetSdkVersion 30

versionCode 7
versionName "3.3.0"
versionCode 8
versionName "3.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles 'consumer-rules.pro'
Expand Down

0 comments on commit ec11bbc

Please sign in to comment.