Skip to content

Commit

Permalink
version androidx.v0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
RuffianZhong committed Oct 14, 2022
1 parent b8abd96 commit fbcb69a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 13
versionName "androidx.v0.0.10"
versionCode 14
versionName "androidx.v0.0.11"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

Expand Down Expand Up @@ -40,7 +40,7 @@ publish {
userOrg = 'ruffian'
groupId = 'com.ruffian.library'
artifactId = 'RWidgetHelper-AndroidX'
publishVersion = '0.0.10'
publishVersion = '0.0.11'
desc = 'A set widget for developer easy to use.'
website = 'https://github.com/RuffianZhong/RWidgetHelper'
}

0 comments on commit fbcb69a

Please sign in to comment.