Skip to content

Commit

Permalink
removed folder and references
Browse files Browse the repository at this point in the history
  • Loading branch information
vegaro committed Jun 26, 2023
1 parent a1cd5c4 commit 71e7e8f
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 31 deletions.
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":public")
implementation project(":utils")
implementation project(":strings")

implementation libs.kotlin.stdlib
implementation libs.androidx.core
Expand Down
1 change: 0 additions & 1 deletion feature/amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ ext {
dependencies {
implementation project(":purchases")
implementation project(":common")
implementation project(":strings")
implementation project(":utils")

implementation libs.kotlin.stdlib
Expand Down
1 change: 0 additions & 1 deletion feature/google/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":common")
implementation project(":public")
implementation project(":strings")
implementation project(":utils")

implementation libs.playServices.ads.identifier
Expand Down
1 change: 0 additions & 1 deletion feature/identity/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {
implementation project(":common")
implementation project(":utils")
implementation project(":public")
implementation project(":strings")
implementation project(":feature:subscriber-attributes")

implementation libs.kotlin.stdlib
Expand Down
1 change: 0 additions & 1 deletion feature/subscriber-attributes/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ dependencies {
implementation project(":common")
implementation project(":public")
implementation project(":utils")
implementation project(":strings")

implementation libs.kotlin.stdlib
implementation libs.androidx.core
Expand Down
1 change: 0 additions & 1 deletion public/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ android {
dependencies {
implementation fileTree(dir: "libs", include: ["*.jar"])
implementation project(":utils")
implementation project(":strings")

implementation libs.androidx.core
implementation libs.billing
Expand Down
2 changes: 0 additions & 2 deletions purchases/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ dependencies {
implementation project(":feature:subscriber-attributes")
implementation project(":feature:google")
implementation project(":feature:identity")
implementation project(":strings")
api project(":public")

implementation libs.kotlin.stdlib
Expand Down Expand Up @@ -106,7 +105,6 @@ project.afterEvaluate {
kover(project(":feature:identity"))
kover(project(":feature:subscriber-attributes"))
kover(project(":public"))
kover(project(":strings"))
kover(project(":test-utils"))
kover(project(":utils"))
}
Expand Down
1 change: 0 additions & 1 deletion settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ pluginManagement {
include ':feature:google'
include ':feature:amazon'
include ':integration-tests'
include ':strings'
include ':feature:identity'
include ':feature:subscriber-attributes'
include ':utils'
Expand Down
1 change: 0 additions & 1 deletion strings/.gitignore

This file was deleted.

16 changes: 0 additions & 16 deletions strings/build.gradle

This file was deleted.

3 changes: 0 additions & 3 deletions strings/gradle.properties

This file was deleted.

2 changes: 0 additions & 2 deletions strings/src/main/AndroidManifest.xml

This file was deleted.

0 comments on commit 71e7e8f

Please sign in to comment.