Skip to content

Commit

Permalink
Update library version to 2.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
5AbhishekSaxena committed Jan 13, 2023
1 parent 2f0e148 commit 548f745
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ android {
applicationId "tech.developingdeveloper.toasterexample"
minSdkVersion 19
targetSdkVersion 31
versionCode 1
versionName "1.2"
versionCode 3
versionName "1.3"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
4 changes: 2 additions & 2 deletions toaster/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
defaultConfig {
minSdkVersion 19
targetSdkVersion 31
versionCode 2
versionName "2.3.0"
versionCode 3
versionName "2.3.1"

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
consumerProguardFiles "consumer-rules.pro"
Expand Down

0 comments on commit 548f745

Please sign in to comment.