Skip to content

Commit

Permalink
Fix appcompat version to < 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
sjudd committed Jul 4, 2023
1 parent 25b4895 commit cae63cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@
{
"matchPackageNames": ["androidx.annotation:annotation"],
"allowedVersions": "<1.6.0"
},
{
"matchPackageNames": ["androidx.appcompat:appcompat"],
"allowedVersions": "<1.4.0"
}
]
}
1 change: 1 addition & 0 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ dependencyResolutionManagement {
// The dependency contains Java 8 bytecode. Please enable desugaring by adding the following to build.gradle
// in the samples.
library('androidx-annotation', 'androidx.annotation:annotation:1.5.0')
// 1.4+ requires java8.
library('androidx-appcompat', 'androidx.appcompat:appcompat:1.3.1')
library('androidx-benchmark.gradle', 'androidx.benchmark', 'benchmark-gradle-plugin').versionRef('androidx-benchmark')
library('androidx-benchmark.junit', 'androidx.benchmark', 'benchmark-junit4').versionRef('androidx-benchmark')
Expand Down

0 comments on commit cae63cc

Please sign in to comment.