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 b8abd96 commit fbcb69aCopy full SHA for fbcb69a
library/build.gradle
@@ -8,8 +8,8 @@ android {
8
defaultConfig {
9
minSdkVersion 14
10
targetSdkVersion 28
11
- versionCode 13
12
- versionName "androidx.v0.0.10"
+ versionCode 14
+ versionName "androidx.v0.0.11"
13
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
14
}
15
@@ -40,7 +40,7 @@ publish {
40
userOrg = 'ruffian'
41
groupId = 'com.ruffian.library'
42
artifactId = 'RWidgetHelper-AndroidX'
43
- publishVersion = '0.0.10'
+ publishVersion = '0.0.11'
44
desc = 'A set widget for developer easy to use.'
45
website = 'https://github.com/RuffianZhong/RWidgetHelper'
46
0 commit comments