File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ dependencies {
4343 testImplementation ' com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0'
4444 testImplementation ' io.mockk:mockk:1.12.4'
4545 testImplementation ' junit:junit:4.13.2'
46- testImplementation ' org.mockito:mockito-core:4.5.1 '
46+ testImplementation ' org.mockito:mockito-core:4.6.0 '
4747 testImplementation ' org.robolectric:robolectric:4.8.1'
4848 testImplementation " org.jetbrains.kotlin:kotlin-test:$kotlin_version "
4949 testImplementation " org.jetbrains.kotlin:kotlin-test-junit:$kotlin_version "
Original file line number Diff line number Diff line change 11# Build Properties
2- # Sun May 22 15:24:51 EDT 2022
2+ # Sat May 28 11:40:55 EDT 2022
33version_minor =0
44version_store =58
55version_patch =6
6- version_build =8
6+ version_build =9
77version_major =3
Original file line number Diff line number Diff line change 1818
1919<inset xmlns : android =" http://schemas.android.com/apk/res/android"
2020 android : drawable =" @drawable/ic_splash"
21- android : insetLeft =" 24dp "
22- android : insetRight = " 24dp "
23- android : insetTop = " 24dp "
24- android : insetBottom =" 24dp " />
21+ android : insetLeft =" 72dp "
22+ android : insetTop = " 72dp "
23+ android : insetRight = " 72dp "
24+ android : insetBottom =" 72dp " />
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ buildscript {
2727 mavenCentral()
2828 }
2929 dependencies {
30- classpath ' com.android.tools.build:gradle:7.2.0 '
30+ classpath ' com.android.tools.build:gradle:7.2.1 '
3131 classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
3232 classpath " org.jetbrains.kotlin:kotlin-allopen:$kotlin_version "
3333 }
You can’t perform that action at this time.
0 commit comments