File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ Then in your module's `build.gradle.kts`:
3030``` kotlin
3131plugins {
3232 id(" com.android.application" ) // or "com.android.library"
33- id(" com.androidacy.lsparanoid" ) version " 0.10.2 "
33+ id(" com.androidacy.lsparanoid" ) version " 0.10.3 "
3434}
3535
3636dependencies {
37- implementation(" com.androidacy.lsparanoid:core:0.10.2 " )
37+ implementation(" com.androidacy.lsparanoid:core:0.10.3 " )
3838}
3939```
4040
@@ -51,7 +51,7 @@ Paranoid plugin can be configured using `lsparanoid` extension object.
5151The following is an example ` build.gradle.kts ` that configures ` lsparanoid ` extension object with default values.
5252``` kotlin
5353plugins {
54- id(" com.androidacy.lsparanoid" ) version " 0.10.2 "
54+ id(" com.androidacy.lsparanoid" ) version " 0.10.3 "
5555 // other plugins...
5656}
5757
Original file line number Diff line number Diff line change 11plugins {
22 id(" com.android.application" ) version " 8.13.0" apply false
33 id(" com.android.library" ) version " 8.13.0" apply false
4- id(" com.androidacy.lsparanoid" ) version " 0.10.1 " apply false
4+ id(" com.androidacy.lsparanoid" ) version " 0.10.3 " apply false
55}
Original file line number Diff line number Diff line change @@ -17,5 +17,5 @@ android {
1717}
1818
1919dependencies {
20- implementation(" com.androidacy.lsparanoid:core:0.10.1 " )
20+ implementation(" com.androidacy.lsparanoid:core:0.10.3 " )
2121}
You can’t perform that action at this time.
0 commit comments