Skip to content

Commit

Permalink
Update TWiStErRob Gradle from 0.15.1 to 0.16 (minor) (#205)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Róbert Papp (TWiStErRob) <papp.robert.s@gmail.com>
  • Loading branch information
renovate[bot] and TWiStErRob committed Jul 25, 2023
1 parent f2d3245 commit 89f90b5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion feature/image/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
<manifest
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
>

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" tools:ignore="ScopedStorage" />

<queries>
<intent>
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ junit5-androidtest = "1.3.0"
agp = "8.0.2"

# https://github.com/TWiStErRob/net.twisterrob.gradle/releases
twisterrob = "0.15.1"
twisterrob = "0.16"

java = "11"
# https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md
Expand Down
10 changes: 5 additions & 5 deletions gradle/plugins/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ dependencies {
gradlePlugin {
// REPORT Why do I need to do this? It's already in the classpath.
// Plus with this I get this warning: from Task :plugins:jar
// > :jar: A valid plugin descriptor was found for net.twisterrob.settings.properties but the
// > implementation class net.twisterrob.gradle.settings.SettingsPlugin was not found in the jar.
plugins.register("exposedSettings") {
id = "net.twisterrob.gradle.plugin.settings"
implementationClass = "net.twisterrob.gradle.settings.SettingsPlugin"
// > :jar: A valid plugin descriptor was found for net.twisterrob.nagging.properties but the
// > implementation class net.twisterrob.gradle.nagging.NaggingPlugin was not found in the jar.
plugins.register("exposedNagging") {
id = "net.twisterrob.gradle.plugin.nagging"
implementationClass = "net.twisterrob.gradle.nagging.NaggingPlugin"
}
}

Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pluginManagement {

plugins {
id("com.gradle.enterprise") version "3.14"
id("net.twisterrob.gradle.plugin.settings")
id("net.twisterrob.gradle.plugin.nagging")
}

dependencyResolutionManagement {
Expand Down

0 comments on commit 89f90b5

Please sign in to comment.