Skip to content

Commit

Permalink
Update app version and Gradle dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tmo1 committed Nov 14, 2022
1 parent f9eb79b commit 98c6a49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ android {
applicationId "com.github.tmo1.sms_ie"
minSdkVersion 23
targetSdkVersion 33
versionCode 11
versionCode 12
versionName "1.5.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
Expand Down Expand Up @@ -76,7 +76,7 @@ dependencies {
//implementation "androidx.activity:activity-ktx:$activity_version"

testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
androidTestImplementation 'androidx.test.ext:junit:1.1.4'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.0'

}

0 comments on commit 98c6a49

Please sign in to comment.