Skip to content

Commit 8a515fd

Browse files
committed
Update for Release 0.0.0.3
1 parent 912b2fc commit 8a515fd

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ allprojects {
6161
Add the following dependency into your module's `build.gradle`:
6262
```
6363
dependencies {
64-
implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.2'
64+
implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.3'
6565
}
6666
```
6767

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,14 +64,14 @@ if (keystorePropertiesFile.exists()) {
6464
}
6565

6666
android {
67-
compileSdkVersion 29
67+
compileSdkVersion 30
6868

6969
defaultConfig {
7070
applicationId "com.github.zardozz.fixedheadertablelayoutsample"
7171
minSdkVersion 16
72-
targetSdkVersion 29
73-
versionCode 1
74-
versionName "0.0.0.1"
72+
targetSdkVersion 30
73+
versionCode 3
74+
versionName "0.0.0.3"
7575

7676
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
7777
}

fixedheadertablelayout/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ plugins {
2828

2929
ext {
3030
PUBLISH_GROUP_ID = 'com.github.Zardozz'
31-
PUBLISH_VERSION = '0.0.0.2'
31+
PUBLISH_VERSION = '0.0.0.3'
3232
PUBLISH_ARTIFACT_ID = 'fixedheadertablelayout'
3333
}
3434

0 commit comments

Comments
 (0)