Skip to content
This repository has been archived by the owner on Jun 20, 2021. It is now read-only.

Commit

Permalink
Update app version to 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ratan12 committed Aug 26, 2016
1 parent 8458ebd commit d1224d5
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Atarashii/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,23 +28,23 @@ android {
productFlavors {
Production {
applicationId 'net.somethingdreadful.MAL'
versionCode 33
versionName '2.3.1'
}
Beta {
applicationId 'net.somethingdreadful.MAL.beta'
versionCode 72
versionName '2.3.1'
versionCode 34
versionName '2.3.2'
}
FLOSSProduction {
applicationId 'net.somethingdreadful.MAL'
versionCode 72
versionName '2.3.1'
versionCode 34
versionName '2.3.2'
}
Beta {
applicationId 'net.somethingdreadful.MAL.beta'
versionCode 73
versionName '2.3.2'
}
FLOSSBeta {
applicationId 'net.somethingdreadful.MAL.beta'
versionCode 72
versionName '2.3.1'
versionCode 73
versionName '2.3.2'
}
}

Expand Down

0 comments on commit d1224d5

Please sign in to comment.