Skip to content

Commit

Permalink
Bump to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanklee committed Jan 22, 2022
1 parent 9c3a54f commit 78d2349
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 @@ -13,8 +13,8 @@ android {
applicationId "com.klee.volumelockr"
minSdkVersion 16
targetSdkVersion 31
versionCode 5
versionName "1.3.1"
versionCode 6
versionName "1.4"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down Expand Up @@ -52,4 +52,4 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
}

0 comments on commit 78d2349

Please sign in to comment.