Skip to content

Commit

Permalink
Release version 0.4.0-beta04: Update Anvil to 2.5.0-beta04
Browse files Browse the repository at this point in the history
  • Loading branch information
SteinerOk committed Mar 14, 2024
1 parent 3cb080d commit c2feda2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 6 deletions.
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ android.nonTransitiveRClass=true
android.suppressUnsupportedCompileSdk=34
#
GROUP=io.github.steinerok.sealant
VERSION_NAME=0.4.0-SNAPSHOT
VERSION_NAME=0.4.0-beta04
#
POM_NAME=Sealant
POM_DESCRIPTION=Android injection using the Anvil and Dagger2.
POM_INCEPTION_YEAR=2023
POM_INCEPTION_YEAR=2024
#
POM_URL=https://github.com/SteinerOk/sealant/
POM_SCM_URL=https://github.com/SteinerOk/sealant/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ plugins {
val Project.versions: VersionAccessors
get() = the<LibrariesForConfiguration>().versions

@Suppress("UnstableApiUsage")
android {
defaultConfig {
targetSdk = versions.android.targetSdk.get().toInt()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ plugins {
id("internal.steinerok.sealant.android-base")
}

@Suppress("UnstableApiUsage")
android {
defaultConfig {
consumerProguardFiles("consumer-rules.pro")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,7 @@ val Project.versions: VersionAccessors
val Project.libs: LibrariesForLibs
get() = the()

@Suppress("UnstableApiUsage")
val commonAndroidConfiguration: CommonExtension<*, *, *, *, *>.() -> Unit = {
val commonAndroidConfiguration: CommonExtension<*, *, *, *, *, *>.() -> Unit = {
buildToolsVersion = versions.android.buildToolsVersion.get()
ndkVersion = versions.android.ndkVersion.get()
compileSdk = versions.android.compileSdk.get().toInt()
Expand Down

0 comments on commit c2feda2

Please sign in to comment.