Skip to content

Commit

Permalink
fix(android): update gradle to use sdk v7.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Mar 8, 2022
1 parent db78827 commit ee1afa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ android {
}

dependencies {
/* TODO: Revert back ubform to semantic version for all minor & patches ~ 7.+ */
/* TODO: Revert back ubform to semantic version for all minor & patches ~ 7.+ */
implementation 'com.usabilla.sdk:ubform:7.4.0'
implementation "com.facebook.react:react-native:0.+"
implementation 'androidx.localbroadcastmanager:localbroadcastmanager:1.0.0'
Expand Down

0 comments on commit ee1afa7

Please sign in to comment.