Skip to content

Commit f4b7f52

Browse files
committed
Update version info
1 parent 6afc885 commit f4b7f52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

reactcomponentkit/build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish {
1717
userOrg = 'skyfe79'
1818
groupId = 'com.github.skyfe79.android'
1919
artifactId = 'reactcomponentkit'
20-
publishVersion = '2.0.0'
20+
publishVersion = '2.0.1'
2121
desc = 'AndroidReactComponentKit = Component + MVVM + Redux for Android!!!'
2222
website = 'https://github.com/ReactComponentKit/AndroidReactComponentKit'
2323
}
@@ -29,8 +29,8 @@ android {
2929
defaultConfig {
3030
minSdkVersion 16
3131
targetSdkVersion 29
32-
versionCode 20
33-
versionName "2.0.0"
32+
versionCode 21
33+
versionName "2.0.1"
3434

3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3636
}

0 commit comments

Comments
 (0)