diff --git a/README.md b/README.md index 10e4f5b..06126dd 100644 --- a/README.md +++ b/README.md @@ -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' } ``` diff --git a/demo-horizontal-scroll/build.gradle b/demo-horizontal-scroll/build.gradle index 074e329..07670e5 100644 --- a/demo-horizontal-scroll/build.gradle +++ b/demo-horizontal-scroll/build.gradle @@ -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' } diff --git a/demo-programmatically-add-buttons/build.gradle b/demo-programmatically-add-buttons/build.gradle index 304cb52..8d35faa 100644 --- a/demo-programmatically-add-buttons/build.gradle +++ b/demo-programmatically-add-buttons/build.gradle @@ -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' } diff --git a/demo-toggle-cards/build.gradle b/demo-toggle-cards/build.gradle index 1816a3b..5a93e3d 100644 --- a/demo-toggle-cards/build.gradle +++ b/demo-toggle-cards/build.gradle @@ -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' } \ No newline at end of file diff --git a/library/build.gradle b/library/build.gradle index ed3acc0..0f76fac 100644 --- a/library/build.gradle +++ b/library/build.gradle @@ -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' @@ -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" }