Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
sanskritbscs committed Dec 28, 2020
1 parent 50d9788 commit 4e80b89
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 @@ -9,8 +9,8 @@ android {
applicationId "com.sanskritbasics.memory"
minSdkVersion 19
targetSdkVersion 30
versionCode 31
versionName "3.1"
versionCode 32
versionName "3.2"
}
buildTypes {
release {
Expand Down Expand Up @@ -61,7 +61,7 @@ task createZip(type: Zip) {
}

task cleanMyFiles(type: Delete) {
'src/main/res/raw/sanskritbasics.zip'
'src/main/res/raw/sanskritbasics.zip'
}

clean.dependsOn cleanMyFiles
Expand Down

0 comments on commit 4e80b89

Please sign in to comment.