File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ publish {
17
17
userOrg = ' skyfe79'
18
18
groupId = ' com.github.skyfe79.android'
19
19
artifactId = ' reactcomponentkit'
20
- publishVersion = ' 1.2.8 '
20
+ publishVersion = ' 1.2.9 '
21
21
desc = ' AndroidReactComponentKit = Component + MVVM + Redux for Android!!!'
22
22
website = ' https://github.com/ReactComponentKit/AndroidReactComponentKit'
23
23
}
@@ -29,8 +29,8 @@ android {
29
29
defaultConfig {
30
30
minSdkVersion 16
31
31
targetSdkVersion 28
32
- versionCode 10
33
- versionName " 1.2.8 "
32
+ versionCode 11
33
+ versionName " 1.2.9 "
34
34
35
35
testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
36
36
}
@@ -68,4 +68,4 @@ dependencies {
68
68
implementation " org.jetbrains.anko:anko:$anko_version "
69
69
70
70
implementation ' androidx.recyclerview:recyclerview:1.1.0-beta03'
71
- }
71
+ }
You can’t perform that action at this time.
0 commit comments