We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b994546 commit cde7ef7Copy full SHA for cde7ef7
app/build.gradle
@@ -63,7 +63,7 @@ dependencies {
63
implementation 'androidx.recyclerview:recyclerview:1.1.0'
64
implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.2.0'
65
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.2.0'
66
- def libsuVersion = '3.0.2'
+ def libsuVersion = '3.1.1'
67
implementation "com.github.topjohnwu.libsu:core:${libsuVersion}"
68
implementation "com.github.topjohnwu.libsu:service:${libsuVersion}"
69
implementation "com.github.topjohnwu.libsu:io:${libsuVersion}"
0 commit comments