Skip to content

Commit

Permalink
chore: 1.3.8 update
Browse files Browse the repository at this point in the history
This is just dependency updates before our major version code bump

Took 3 minutes
  • Loading branch information
itachi1706 committed Dec 17, 2022
1 parent 8f022c9 commit 66f27a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions helperlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 16
targetSdkVersion 32
versionCode 154
versionName "1.3.7"
versionCode 191
versionName "1.3.8"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies {
implementation 'androidx.preference:preference-ktx:1.2.0'
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'

implementation 'com.google.android.material:material:1.7.0'
}
Expand Down

0 comments on commit 66f27a6

Please sign in to comment.