This repository was archived by the owner on Oct 15, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Expand file tree Collapse file tree 4 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ plugins {
12
12
id(" com.github.android-password-store.versioning-plugin" )
13
13
id(" com.github.android-password-store.sentry" )
14
14
id(" com.github.android-password-store.rename-artifacts" )
15
- id( " dagger.hilt.android.plugin " )
15
+ alias(libs.plugins.hilt )
16
16
}
17
17
18
18
crowdin {
Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ dependencies {
80
80
implementation(libs.build.agp)
81
81
implementation(libs.build.diffutils)
82
82
implementation(libs.build.download)
83
+ implementation(libs.build.javapoet)
83
84
implementation(libs.build.kotlin)
84
85
implementation(libs.build.ktfmt)
85
86
implementation(libs.build.mavenpublish)
Original file line number Diff line number Diff line change @@ -6,5 +6,4 @@ plugins {
6
6
id(" com.github.android-password-store.git-hooks" )
7
7
id(" com.github.android-password-store.kotlin-common" )
8
8
id(" com.github.android-password-store.ktfmt" )
9
- alias(libs.plugins.hilt) apply false
10
9
}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ aps-zxingAndroidEmbedded = "com.github.android-password-store:zxing-android-embe
40
40
build-agp = { module = " com.android.tools.build:gradle" , version.ref = " agp" }
41
41
build-diffutils = " io.github.java-diff-utils:java-diff-utils:4.12"
42
42
build-download = " de.undercouch:gradle-download-task:5.4.0"
43
+ build-javapoet = " com.squareup:javapoet:1.13.0"
43
44
build-kotlin = { module = " org.jetbrains.kotlin:kotlin-gradle-plugin" , version.ref = " kotlin" }
44
45
build-ktfmt = " com.facebook:ktfmt:0.44"
45
46
build-mavenpublish = " com.vanniktech:gradle-maven-publish-plugin:0.25.3"
You can’t perform that action at this time.
0 commit comments