diff --git a/.idea/kotlinc.xml b/.idea/kotlinc.xml index fdf8d99..f8467b4 100644 --- a/.idea/kotlinc.xml +++ b/.idea/kotlinc.xml @@ -1,6 +1,6 @@ - \ No newline at end of file diff --git a/README.md b/README.md index a37a6b0..63f3785 100755 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Latest tag Android CI Android Min Sdk - Kotlin + Kotlin AndroidWeekly Issue Kotlin License @@ -36,7 +36,7 @@ Its purpose is to be an auditing tool, used to inspect the security environment ```gradle dependencies { - implementation 'com.github.kevlar-kt:antipiracy:1.1.0' + implementation 'com.github.kevlar-kt:antipiracy:1.1.1' } ``` @@ -44,7 +44,7 @@ dependencies { ```gradle dependencies { - implementation 'com.github.kevlar-kt:rooting:1.1.0' + implementation 'com.github.kevlar-kt:rooting:1.1.1' } ``` @@ -53,7 +53,7 @@ dependencies { ```gradle dependencies { - implementation 'com.github.kevlar-kt:integrity:1.1.0' + implementation 'com.github.kevlar-kt:integrity:1.1.1' } ``` diff --git a/antipiracy/build.gradle b/antipiracy/build.gradle index 3ea7ee0..6149cce 100755 --- a/antipiracy/build.gradle +++ b/antipiracy/build.gradle @@ -43,7 +43,7 @@ project.ext.set("module_${ext.module_name}", new ModuleArtifactCoordinates( "antipiracy", // PUBLISH_VERSION - "1.1.0", + "1.1.1", // PUBLISH_ARTIFACT_DESC "Kevlar Antipiracy", @@ -61,7 +61,7 @@ apply from: rootProject.file("scripts/commons/library_config.gradle") * */ android { defaultConfig { - versionName "1.1.0-kevlar-antipiracy" + versionName "1.1.1-kevlar-antipiracy" versionCode 1 } namespace 'com.kevlar.antipiracy' diff --git a/build.gradle b/build.gradle index f99221a..166786c 100755 --- a/build.gradle +++ b/build.gradle @@ -5,7 +5,7 @@ apply plugin: 'io.github.gradle-nexus.publish-plugin' buildscript { ext { - kotlin_version = "1.9.0" + kotlin_version = "1.9.10" } repositories { @@ -18,9 +18,9 @@ buildscript { dependencies { classpath 'com.android.tools.build:gradle:8.1.1' classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version" - classpath "com.github.ben-manes:gradle-versions-plugin:0.44.0" - classpath 'com.google.dagger:hilt-android-gradle-plugin:2.47' - classpath 'io.github.gradle-nexus:publish-plugin:1.1.0' + classpath "com.github.ben-manes:gradle-versions-plugin:0.47.0" + classpath 'com.google.dagger:hilt-android-gradle-plugin:2.48' + classpath 'io.github.gradle-nexus:publish-plugin:1.3.0' } } diff --git a/docs/pages/modules/antipiracy/implementation.md b/docs/pages/modules/antipiracy/implementation.md index 1451133..1851e00 100644 --- a/docs/pages/modules/antipiracy/implementation.md +++ b/docs/pages/modules/antipiracy/implementation.md @@ -8,7 +8,7 @@ A working example for the antipiracy module can be found in the github repositor ``` java dependencies { - implementation "io.github.kevlar-kt:antipiracy:1.1.0" + implementation "io.github.kevlar-kt:antipiracy:1.1.1" } ``` @@ -16,7 +16,7 @@ A working example for the antipiracy module can be found in the github repositor ``` kotlin dependencies { - implementation("io.github.kevlar-kt:antipiracy:1.1.0") + implementation("io.github.kevlar-kt:antipiracy:1.1.1") } ``` @@ -26,7 +26,7 @@ A working example for the antipiracy module can be found in the github repositor io.github.kevlar-kt antipiracy - 1.1.0 + 1.1.1 pom ``` diff --git a/docs/pages/modules/integrity/implementation.md b/docs/pages/modules/integrity/implementation.md index 41e0cb1..9852e76 100644 --- a/docs/pages/modules/integrity/implementation.md +++ b/docs/pages/modules/integrity/implementation.md @@ -25,7 +25,7 @@ the `:showcase` module. ``` java dependencies { - implementation "io.github.kevlar-kt:integrity:1.1.0" + implementation "io.github.kevlar-kt:integrity:1.1.1" } ``` @@ -33,7 +33,7 @@ the `:showcase` module. ``` kotlin dependencies { - implementation("io.github.kevlar-kt:integrity:1.1.0") + implementation("io.github.kevlar-kt:integrity:1.1.1") } ``` @@ -43,7 +43,7 @@ the `:showcase` module. io.github.kevlar-kt integrity - 1.1.0 + 1.1.1 pom ``` diff --git a/docs/pages/modules/rooting/implementation.md b/docs/pages/modules/rooting/implementation.md index 6011041..51a81dc 100644 --- a/docs/pages/modules/rooting/implementation.md +++ b/docs/pages/modules/rooting/implementation.md @@ -8,7 +8,7 @@ A working example for the rooting module can be found in the github repository u ``` java dependencies { - implementation "io.github.kevlar-kt:rooting:1.1.0" + implementation "io.github.kevlar-kt:rooting:1.1.1" } ``` @@ -16,7 +16,7 @@ A working example for the rooting module can be found in the github repository u ``` kotlin dependencies { - implementation("io.github.kevlar-kt:rooting:1.1.0") + implementation("io.github.kevlar-kt:rooting:1.1.1") } ``` @@ -26,7 +26,7 @@ A working example for the rooting module can be found in the github repository u io.github.kevlar-kt rooting - 1.1.0 + 1.1.1 pom ``` diff --git a/docs/pages/overview/dependencies_integration.md b/docs/pages/overview/dependencies_integration.md index 6064d07..ee665cd 100644 --- a/docs/pages/overview/dependencies_integration.md +++ b/docs/pages/overview/dependencies_integration.md @@ -26,7 +26,7 @@ repositories { ``` java dependencies { - implementation "io.github.kevlar-kt:antipiracy:1.1.0" + implementation "io.github.kevlar-kt:antipiracy:1.1.1" } ``` @@ -34,7 +34,7 @@ repositories { ``` kotlin dependencies { - implementation("io.github.kevlar-kt:antipiracy:1.1.0") + implementation("io.github.kevlar-kt:antipiracy:1.1.1") } ``` @@ -44,7 +44,7 @@ repositories { io.github.kevlar-kt antipiracy - 1.1.0 + 1.1.1 pom ``` @@ -55,7 +55,7 @@ repositories { ``` java dependencies { - implementation "io.github.kevlar-kt:rooting:1.1.0" + implementation "io.github.kevlar-kt:rooting:1.1.1" } ``` @@ -63,7 +63,7 @@ repositories { ``` kotlin dependencies { - implementation("io.github.kevlar-kt:rooting:1.1.0") + implementation("io.github.kevlar-kt:rooting:1.1.1") } ``` @@ -73,7 +73,7 @@ repositories { io.github.kevlar-kt rooting - 1.1.0 + 1.1.1 pom ``` @@ -85,7 +85,7 @@ repositories { ``` java dependencies { - implementation "io.github.kevlar-kt:integrity:1.1.0" + implementation "io.github.kevlar-kt:integrity:1.1.1" } ``` @@ -93,7 +93,7 @@ repositories { ``` kotlin dependencies { - implementation("io.github.kevlar-kt:integrity:1.1.0") + implementation("io.github.kevlar-kt:integrity:1.1.1") } ``` @@ -103,7 +103,7 @@ repositories { io.github.kevlar-kt integrity - 1.1.0 + 1.1.1 pom ``` diff --git a/gradle.properties b/gradle.properties index 1850cff..cdc04e4 100755 --- a/gradle.properties +++ b/gradle.properties @@ -12,7 +12,8 @@ kotlin.code.style=official # Right now the first one is depecated and the second one is experimental. # android.jetifier.blacklist=bcprov -android.jetifier.ignorelist=bcprov +# android.jetifier.ignorelist=bcprov android.defaults.buildfeatures.buildconfig=true android.nonTransitiveRClass=false -android.nonFinalResIds=false \ No newline at end of file +android.nonFinalResIds=false +#org.gradle.configuration-cache=true \ No newline at end of file diff --git a/integrity/build.gradle b/integrity/build.gradle index daabd26..4fd0f6d 100755 --- a/integrity/build.gradle +++ b/integrity/build.gradle @@ -43,7 +43,7 @@ project.ext.set("module_${ext.module_name}", new ModuleArtifactCoordinates( "integrity", // PUBLISH_VERSION - "1.1.0", + "1.1.1", // PUBLISH_ARTIFACT_DESC "Kevlar Integrity", @@ -61,7 +61,7 @@ apply from: rootProject.file("scripts/commons/library_config.gradle") * */ android { defaultConfig { - versionName "1.1.0-kevlar-integrity" + versionName "1.1.1-kevlar-integrity" versionCode 1 } namespace 'com.kevlar.integrity' @@ -75,14 +75,14 @@ dependencies { // Kotlin dependencies compileOnly "androidx.annotation:annotation:1.6.0" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.6.4" + implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.7.3" // Testing dependencies testImplementation "junit:junit:4.13.2" testImplementation "androidx.test:core:1.5.0" - testImplementation "org.mockito:mockito-core:4.10.0" - testImplementation "com.google.truth:truth:1.1.3" - testImplementation "org.robolectric:robolectric:4.9" + testImplementation "org.mockito:mockito-core:5.5.0" + testImplementation "com.google.truth:truth:1.1.5" + testImplementation "org.robolectric:robolectric:4.10.3" } diff --git a/rooting/build.gradle b/rooting/build.gradle index 5237cb4..746e449 100755 --- a/rooting/build.gradle +++ b/rooting/build.gradle @@ -43,7 +43,7 @@ project.ext.set("module_${ext.module_name}", new ModuleArtifactCoordinates( "rooting", // PUBLISH_VERSION - "1.1.0", + "1.1.1", // PUBLISH_ARTIFACT_DESC "Kevlar Rooting", @@ -61,7 +61,7 @@ apply from: rootProject.file("scripts/commons/library_config.gradle") * */ android { defaultConfig { - versionName "1.1.0-kevlar-rooting" + versionName "1.1.1-kevlar-rooting" versionCode 1 } namespace 'com.kevlar.rooting' diff --git a/showcase/build.gradle b/showcase/build.gradle index 60ec2b2..78caf0d 100755 --- a/showcase/build.gradle +++ b/showcase/build.gradle @@ -13,7 +13,7 @@ apply from: rootProject.file("scripts/commons/app_config.gradle") * */ android { defaultConfig { - versionName "1.1.0-app-showcase" + versionName "1.1.1-app-showcase" versionCode 1 multiDexEnabled true } @@ -62,7 +62,7 @@ dependencies { implementation project(':rooting') implementation project(':integrity') } else { - def kevlar_version = "1.1.0" + def kevlar_version = "1.1.1" implementation "io.github.kevlar-kt:antipiracy:$kevlar_version" implementation "io.github.kevlar-kt:rooting:$kevlar_version"