File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ allprojects {
6161Add the following dependency into your module's ` build.gradle ` :
6262```
6363dependencies {
64- implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.2 '
64+ implementation 'com.github.Zardozz:fixedheadertablelayout:0.0.0.3 '
6565}
6666```
6767
Original file line number Diff line number Diff line change @@ -64,14 +64,14 @@ if (keystorePropertiesFile.exists()) {
6464}
6565
6666android {
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 }
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ plugins {
2828
2929ext {
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
You can’t perform that action at this time.
0 commit comments