Skip to content

Commit 40cb6f3

Browse files
chore: bump version
Signed-off-by: androidacy-user <opensource@androidacy.com>
1 parent 5a07107 commit 40cb6f3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ Then in your module's `build.gradle.kts`:
3030
```kotlin
3131
plugins {
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

3636
dependencies {
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.
5151
The following is an example `build.gradle.kts` that configures `lsparanoid` extension object with default values.
5252
```kotlin
5353
plugins {
54-
id("com.androidacy.lsparanoid") version "0.10.2"
54+
id("com.androidacy.lsparanoid") version "0.10.3"
5555
// other plugins...
5656
}
5757

samples/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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
}

samples/library-may-obfuscate/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ android {
1717
}
1818

1919
dependencies {
20-
implementation("com.androidacy.lsparanoid:core:0.10.1")
20+
implementation("com.androidacy.lsparanoid:core:0.10.3")
2121
}

0 commit comments

Comments
 (0)