Skip to content

Commit 8727935

Browse files
committed
add module dependency to build.gradle
1 parent b7a8100 commit 8727935

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/build.gradle

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ dependencies {
3232
implementation 'androidx.appcompat:appcompat:1.4.2'
3333
implementation 'com.google.android.material:material:1.6.1'
3434
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
35+
implementation project(path: ':AutoTextSwitcher')
3536
testImplementation 'junit:junit:4.13.2'
3637
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
3738
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)