Skip to content

Commit

Permalink
register for result v2
Browse files Browse the repository at this point in the history
  • Loading branch information
KareemMansy123 committed Apr 30, 2021
1 parent b98ac91 commit 0fa990c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/gradle.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 2 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,9 @@ dependencies {
implementation 'androidx.appcompat:appcompat:1.2.0'
implementation 'com.google.android.material:material:1.3.0'
implementation 'androidx.constraintlayout:constraintlayout:2.0.4'
implementation project(path: ':register-for-result-lib')
implementation project(':register-for-result-lib')
testImplementation 'junit:junit:4.+'
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'

implementation 'androidx.fragment:fragment-ktx:1.3.3'


}

0 comments on commit 0fa990c

Please sign in to comment.