We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 273b39c commit 4e1a82cCopy full SHA for 4e1a82c
build.gradle
@@ -22,7 +22,7 @@ buildscript {
22
ext {
23
// note that if VERSION_NAME ends with '-SNAPSHOT' then the version is considered a snapshot
24
// VERSION_NAME='3.4.0-SNAPSHOT' //GLOBAL VERSION FOR REDUKS libs
25
- VERSION_NAME='3.4.1' //GLOBAL VERSION FOR REDUKS libs
+ VERSION_NAME='3.4.2' //GLOBAL VERSION FOR REDUKS libs
26
POM_NAME='Reduks: Reduxjs for Kotlin+Android'
27
GROUP_MAVEN_PUSH= 'com.github.beyondeye.reduks' //used by maven-push: MAKE SURE THAT THIS MATCHES group DEFINED BELOW IN THIS FILE AND USED BY JITPACK
28
//TODO: decide when to migrate to 1.8: see https://developer.android.com/studio/write/java8-support.html
0 commit comments