Skip to content

Commit 492a4ee

Browse files
authored
Update build.gradle
1 parent b9d2a88 commit 492a4ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

reactcomponentkit/build.gradle

Lines changed: 4 additions & 4 deletions
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 = '1.2.8'
20+
publishVersion = '1.2.9'
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 28
32-
versionCode 10
33-
versionName "1.2.8"
32+
versionCode 11
33+
versionName "1.2.9"
3434

3535
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
3636
}
@@ -68,4 +68,4 @@ dependencies {
6868
implementation "org.jetbrains.anko:anko:$anko_version"
6969

7070
implementation 'androidx.recyclerview:recyclerview:1.1.0-beta03'
71-
}
71+
}

0 commit comments

Comments
 (0)