Skip to content

Commit 4372ef6

Browse files
author
Dicky Herlambang
committed
Gradle: Apply dicoding advice on submission 3
* Update mockito library version from 3.6.0 to 4.2.0 There's actually more of this for advice from dicoding reviewer, i'll apply that later. For now i'm not really understand how to apply, since both of my adapter have different data. Also this is moved to submission 3 branch and after this, documentation.
1 parent 3bc4b11 commit 4372ef6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ android {
1313
minSdk 28
1414
targetSdk 31
1515
versionCode 1
16-
versionName "1.5"
16+
versionName "2.0"
1717
buildConfigField("String", "KEY", '"138cf97267100e481f54f6ac6dad2f8c"')
1818

1919
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ buildscript {
66
mavenCentral()
77
}
88
dependencies {
9-
classpath 'com.android.tools.build:gradle:7.1.0'
9+
classpath 'com.android.tools.build:gradle:7.1.1'
1010
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.10"
1111

1212
// NOTE: Do not place your application dependencies here; they belong
@@ -27,7 +27,7 @@ ext {
2727
recyclerViewVersion = '1.2.1'
2828
picassoVersion = '2.71828'
2929
androidXTestVersion = '1.2.0'
30-
mockitoVersion = '3.6.0'
30+
mockitoVersion = '4.2.0'
3131
mockitoKotlinVersion = '2.2.0'
3232
archLifecycleVersion = '2.2.0'
3333
idleResourceVersion = '3.4.0'

0 commit comments

Comments
 (0)