Skip to content

Commit

Permalink
refactor(build): Migrate deprecated property 'archivesBaseName'
Browse files Browse the repository at this point in the history
  • Loading branch information
ghusta committed Oct 16, 2024
1 parent 67ce75b commit f4510a2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ android {
versionName "1.19.0"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
setProperty("archivesBaseName", "android-docker-search-$versionName")
vectorDrawables.useSupportLibrary = true
}

Expand Down Expand Up @@ -43,6 +42,9 @@ android {
}
}
}
base {
archivesName = "android-docker-search-${android.defaultConfig.versionName}"
}

// Create a variable called keystorePropertiesFile, and initialize it to your
// keystore.properties file, in the rootProject folder.
Expand Down

0 comments on commit f4510a2

Please sign in to comment.