File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -46,16 +46,15 @@ ext {
4646}
4747
4848dependencies {
49- implementation ' com.simplemobiletools:commons:2.39.10'
50- implementation " org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version "
49+ implementation ' com.simplemobiletools:commons:2.41.1'
5150
5251 implementation files(' ../libs/RootTools.jar' )
5352
5453 debugImplementation " com.squareup.leakcanary:leakcanary-android:$leakCanaryVersion "
5554 releaseImplementation " com.squareup.leakcanary:leakcanary-android-no-op:$leakCanaryVersion "
5655}
5756
58- def Properties props = new Properties ()
57+ Properties props = new Properties ()
5958def propFile = new File (' signing.properties' )
6059if (propFile. canRead()) {
6160 props. load(new FileInputStream (propFile))
Original file line number Diff line number Diff line change 2626 android : id =" @+id/items_list"
2727 android : layout_width =" match_parent"
2828 android : layout_height =" wrap_content"
29- android : layout_below =" @id/breadcrumbs"
29+ android : layout_below =" @+ id/breadcrumbs"
3030 android : clipToPadding =" false"
3131 android : paddingLeft =" @dimen/activity_margin"
3232 android : scrollbars =" none"
3838 android : layout_height =" match_parent"
3939 android : layout_alignParentEnd =" true"
4040 android : layout_alignParentRight =" true"
41+ android : layout_below =" @+id/breadcrumbs"
4142 android : paddingLeft =" @dimen/normal_margin"
4243 android : paddingStart =" @dimen/normal_margin" >
4344
You can’t perform that action at this time.
0 commit comments