Skip to content

Commit

Permalink
Merge pull request #484 from usefulness/renovate/com.project.starter-…
Browse files Browse the repository at this point in the history
…android-0.x

Update dependency com.project.starter:android to v0.63.0
  • Loading branch information
mateuszkwiecinski authored Aug 26, 2023
2 parents dce95d5 + 9732a00 commit 2983c9e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
10 changes: 9 additions & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {
}
}
dependencies {
classpath "com.project.starter:android:0.62.0"
classpath "com.project.starter:android:0.63.0"
classpath "io.github.usefulness:screenshot-testing-plugin:0.16.12"
if (project.hasProperty("useMavenLocal")) {
classpath "com.project.starter.local:easylauncher:+"
Expand All @@ -31,6 +31,14 @@ buildscript {
}
}
}
if (agpVersion != null && agpVersion.startsWith("7.4")) {
logger.quiet("using kotlin 1.8")
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin") {
version {
strictly("1.8.21")
}
}
}
}
}

Expand Down
1 change: 1 addition & 0 deletions sample/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ org.gradle.jvmargs=-Xmx3g
org.gradle.caching=true
android.disableResourceValidation=true
android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34

0 comments on commit 2983c9e

Please sign in to comment.