Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bryanx committed Jul 2, 2020
1 parent 0ea26e3 commit 4d6158a
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ The main class [ThemedToggleButtonGroup.kt](https://github.com/Bryanx/themed-tog
Add these dependencies in your app's `build.gradle` file:
```groovy
dependencies {
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.1'
implementation 'com.google.android:flexbox:2.0.1'
}
```
Expand Down
2 changes: 1 addition & 1 deletion demo-horizontal-scroll/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.1'
implementation 'com.google.android:flexbox:2.0.1'
}
2 changes: 1 addition & 1 deletion demo-programmatically-add-buttons/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.1'
implementation 'com.google.android:flexbox:2.0.1'
}
2 changes: 1 addition & 1 deletion demo-toggle-cards/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
implementation 'androidx.appcompat:appcompat:1.1.0'
implementation 'androidx.core:core-ktx:1.2.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.0'
implementation 'nl.bryanderidder:themed-toggle-button-group:1.3.1'
implementation 'com.google.android:flexbox:2.0.1'
}
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ ext {
siteUrl = 'https://github.com/Bryanx/themed-toggle-button-group'
gitUrl = 'https://github.com/Bryanx/themed-toggle-button-group.git'

libraryVersion = '1.3.0'
libraryVersion = '1.3.1'

developerId = 'Bryanx'
developerName = 'Bryan de Ridder'
Expand Down Expand Up @@ -45,8 +45,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 29
versionCode 7
versionName "1.3.0"
versionCode 8
versionName "1.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down

0 comments on commit 4d6158a

Please sign in to comment.