We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6afc885 commit f4b7f52Copy full SHA for f4b7f52
reactcomponentkit/build.gradle
@@ -17,7 +17,7 @@ publish {
17
userOrg = 'skyfe79'
18
groupId = 'com.github.skyfe79.android'
19
artifactId = 'reactcomponentkit'
20
- publishVersion = '2.0.0'
+ publishVersion = '2.0.1'
21
desc = 'AndroidReactComponentKit = Component + MVVM + Redux for Android!!!'
22
website = 'https://github.com/ReactComponentKit/AndroidReactComponentKit'
23
}
@@ -29,8 +29,8 @@ android {
29
defaultConfig {
30
minSdkVersion 16
31
targetSdkVersion 29
32
- versionCode 20
33
- versionName "2.0.0"
+ versionCode 21
+ versionName "2.0.1"
34
35
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
36
0 commit comments