Skip to content

Commit

Permalink
Update for Release 0.0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Zardozz committed Dec 17, 2021
1 parent 912b2fc commit 8a515fd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ allprojects {
Add the following dependency into your module's `build.gradle`:
```
dependencies {
implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.2'
implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.3'
}
```

Expand Down
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,14 @@ if (keystorePropertiesFile.exists()) {
}

android {
compileSdkVersion 29
compileSdkVersion 30

defaultConfig {
applicationId "com.github.zardozz.fixedheadertablelayoutsample"
minSdkVersion 16
targetSdkVersion 29
versionCode 1
versionName "0.0.0.1"
targetSdkVersion 30
versionCode 3
versionName "0.0.0.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
2 changes: 1 addition & 1 deletion fixedheadertablelayout/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ plugins {

ext {
PUBLISH_GROUP_ID = 'com.github.Zardozz'
PUBLISH_VERSION = '0.0.0.2'
PUBLISH_VERSION = '0.0.0.3'
PUBLISH_ARTIFACT_ID = 'fixedheadertablelayout'
}

Expand Down

0 comments on commit 8a515fd

Please sign in to comment.