File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -57,10 +57,10 @@ dependencyResolutionManagement {
5757On your app gradle add:
5858``` gradle
5959//If you use Groovy DSL
60- implementation 'com.github.lighttigerXIV:layout-scaffold:2.0.0 '
60+ implementation 'com.github.lighttigerXIV:layout-scaffold:2.0.1 '
6161
6262//If you use Kotlin DSL
63- implementation ("com.github.lighttigerXIV:layout-scaffold:2.0.0 ")
63+ implementation ("com.github.lighttigerXIV:layout-scaffold:2.0.1 ")
6464```
6565
6666# How to use
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ android {
1212 minSdk 26
1313 targetSdk 35
1414 versionCode 2
15- versionName " 2.0.0 "
15+ versionName " 2.0.1 "
1616
1717 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
1818 vectorDrawables {
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ afterEvaluate {
5353
5454 groupId = ' com.github.lighttigerxiv'
5555 artifactId = ' layout-scaffold'
56- version = ' 2.0.0 '
56+ version = ' 2.0.1 '
5757 }
5858 }
5959 }
You can’t perform that action at this time.
0 commit comments