Skip to content

Commit 93bf4f3

Browse files
committed
chore: version bump 1.1.0
Signed-off-by: Denis Dobanda <[email protected]>
1 parent 376d98d commit 93bf4f3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Import in project `build.gradle.kts`:
6060

6161
```
6262
dependencies {
63-
implementation("com.github.EXXETA:Android-Security-Toolkit:1.0.1")
63+
implementation("com.github.EXXETA:Android-Security-Toolkit:1.1.0")
6464
}
6565
```
6666

example/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ espressoCore = "3.5.1"
88
lifecycleRuntimeKtx = "2.6.1"
99
activityCompose = "1.8.0"
1010
composeBom = "2024.04.01"
11-
androidSecurityToolkit = "1.0.1"
11+
androidSecurityToolkit = "0.0.1"
1212

1313
[libraries]
1414
androidx-core-ktx = { group = "androidx.core", name = "core-ktx", version.ref = "coreKtx" }

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ kotlin.code.style=official
2222
# thereby reducing the size of the R class for that library
2323
android.nonTransitiveRClass=true
2424
# Maven Central properties
25-
VERSION_NAME=1.0.1
26-
VERSION_CODE=2
25+
VERSION_NAME=1.1.0
26+
VERSION_CODE=3
2727
GROUP=com.exxeta
2828
POM_DESCRIPTION=An Android Mobile Security Toolkit providing easy API to check device status (Root, Hooks, Simulator, etc)
2929
POM_URL=https://github.com/EXXETA/Android-Security-Toolkit.git

0 commit comments

Comments
 (0)