Skip to content

Commit 7203251

Browse files
committed
appIntro & test updates
fixes blank titles on start/end slides
1 parent e6a97be commit 7203251

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

build.gradle

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -143,17 +143,17 @@ dependencies {
143143
implementation 'com.wdullaer:materialdatetimepicker:4.1.1'
144144
implementation 'com.github.guardianproject:signal-cli-android:v0.6.0-android-beta-1'
145145
implementation 'net.the4thdimension:audio-wife:1.0.3'
146-
implementation 'com.github.apl-devs:appintro:master' /* use master until androidx ver is released */
146+
implementation 'com.github.AppIntro:AppIntro:v5.1.0'
147147
implementation 'info.guardianproject.netcipher:netcipher:2.0.0-beta1'
148148
implementation 'org.nanohttpd:nanohttpd-webserver:2.3.1'
149149
implementation 'me.angrybyte.picker:picker:1.3.1'
150150
implementation 'com.github.stfalcon:frescoimageviewer:0.5.0'
151151
implementation 'com.facebook.fresco:fresco:1.10.0'
152-
// implementation 'com.github.derlio.waveform:library:1.0.3@aar'
152+
// implementation 'com.github.derlio.waveform:library:1.0.3@aar'
153153
implementation 'com.github.derlio:audio-waveform:v1.0.1'
154154
implementation 'org.firezenk:audiowaves:1.1@aar'
155155
implementation 'com.maxproj.simplewaveform:app:1.0.0'
156-
implementation 'com.googlecode.libphonenumber:libphonenumber:8.10.3'
156+
implementation 'com.googlecode.libphonenumber:libphonenumber:8.10.4'
157157
implementation('com.mikepenz:aboutlibraries:6.1.1@aar') {
158158
transitive = true
159159
}
@@ -171,11 +171,11 @@ dependencies {
171171
implementation "android.arch.lifecycle:extensions:1.1.1"
172172

173173
testImplementation "junit:junit:4.12"
174-
androidTestImplementation 'androidx.test:runner:1.1.0'
175-
androidTestImplementation 'androidx.test:core:1.0.0'
176-
androidTestImplementation 'androidx.test:rules:1.1.0'
177-
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.0'
178-
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.0'
174+
androidTestImplementation 'androidx.test:runner:1.1.1'
175+
androidTestImplementation 'androidx.test:core:1.1.0'
176+
androidTestImplementation 'androidx.test:rules:1.1.1'
177+
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
178+
androidTestImplementation 'androidx.test.espresso:espresso-intents:3.1.1'
179179
androidTestImplementation "android.arch.persistence.room:testing:1.1.1"
180180

181181
// android-job

0 commit comments

Comments
 (0)