Skip to content

Commit fbcb69a

Browse files
committed
version androidx.v0.0.11
1 parent b8abd96 commit fbcb69a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
defaultConfig {
99
minSdkVersion 14
1010
targetSdkVersion 28
11-
versionCode 13
12-
versionName "androidx.v0.0.10"
11+
versionCode 14
12+
versionName "androidx.v0.0.11"
1313
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1414
}
1515

@@ -40,7 +40,7 @@ publish {
4040
userOrg = 'ruffian'
4141
groupId = 'com.ruffian.library'
4242
artifactId = 'RWidgetHelper-AndroidX'
43-
publishVersion = '0.0.10'
43+
publishVersion = '0.0.11'
4444
desc = 'A set widget for developer easy to use.'
4545
website = 'https://github.com/RuffianZhong/RWidgetHelper'
4646
}

0 commit comments

Comments
 (0)