We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7a8100 commit 8727935Copy full SHA for 8727935
app/build.gradle
@@ -32,6 +32,7 @@ dependencies {
32
implementation 'androidx.appcompat:appcompat:1.4.2'
33
implementation 'com.google.android.material:material:1.6.1'
34
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
35
+ implementation project(path: ':AutoTextSwitcher')
36
testImplementation 'junit:junit:4.13.2'
37
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
38
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
0 commit comments