Skip to content

Commit

Permalink
DTSERWONE-1985 Add github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
grmeyer-hw-dev committed Jul 15, 2024
1 parent 8645e96 commit 3d6415c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 2 deletions.
2 changes: 2 additions & 0 deletions balancerepository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ project.ext {
apply from: "$rootProject.projectDir/publish.gradle"

dependencies {
implementation "androidx.annotation:annotation:1.8.0"

testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation "com.squareup.okhttp3:mockwebserver:$mockWebServerVersion"
testImplementation project(':testutils')
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ subprojects {
targetVersion = 30
codeVersion = 1

hyperwalletCoreVersion = '1.0.0-beta12'
hyperwalletCoreVersion = '1.0.0-pentest12'
hyperwalletInsightVersion = '1.0.0-beta02'
//
androidMaterialVersion = '1.0.0'
Expand Down
2 changes: 2 additions & 0 deletions commonui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ apply from: "$rootProject.projectDir/android-library.gradle"
apply from: "$rootProject.projectDir/publish.gradle"

dependencies {
implementation "androidx.annotation:annotation:1.8.0"

implementation "com.hyperwallet.android:insight-sdk:$hyperwalletInsightVersion"
implementation project(':commonrepository')

Expand Down
2 changes: 1 addition & 1 deletion receiptrepository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ apply from: "$rootProject.projectDir/publish.gradle"


dependencies {

implementation "androidx.annotation:annotation:1.8.0"
implementation "androidx.legacy:legacy-support-v4:$legacySupportV4Version"
implementation "androidx.paging:paging-runtime:$pagingRuntimeVersion"
api project(':commonrepository')
Expand Down
1 change: 1 addition & 0 deletions receiptui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ dependencies {
implementation project(":receiptrepository")
implementation project(path: ':userrepository')
implementation project(":transfermethodrepository")
implementation "androidx.annotation:annotation:1.8.0"

implementation "com.google.android.material:material:$androidMaterialVersion"
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"
Expand Down
1 change: 1 addition & 0 deletions testutils/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ description = 'Test Utils for Hyperwallet UI SDK'
apply from: "$rootProject.projectDir/android-library.gradle"

dependencies {
implementation "androidx.annotation:annotation:1.8.0"
implementation "androidx.test:rules:$testRulesVersion"
implementation "androidx.test.espresso:espresso-core:$espressoVersion"
implementation "com.squareup.okhttp3:mockwebserver:$mockServerVersion"
Expand Down
2 changes: 2 additions & 0 deletions transfermethodrepository/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ apply from: "$rootProject.projectDir/publish.gradle"
dependencies {
api project(':commonrepository')

implementation "androidx.annotation:annotation:1.8.0"

testImplementation "org.robolectric:robolectric:$robolectricVersion"
testImplementation "com.squareup.okhttp3:mockwebserver:$mockWebServerVersion"
testImplementation project(':testutils')
Expand Down
2 changes: 2 additions & 0 deletions transfermethodui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ apply from: "$rootProject.projectDir/publish.gradle"

dependencies {

implementation "androidx.annotation:annotation:1.8.0"

implementation "androidx.appcompat:appcompat:$appcompatVersion"
implementation "androidx.constraintlayout:constraintlayout:$constraintlayoutVersion"
implementation "androidx.legacy:legacy-support-v4:$legacySupportV4Version"
Expand Down

0 comments on commit 3d6415c

Please sign in to comment.