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.6
Browse files Browse the repository at this point in the history
  • Loading branch information
ratan12 committed Oct 29, 2016
1 parent 7dbf695 commit 98f5995
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 37
versionName '2.3.5'
versionCode 38
versionName '2.3.6'
}
FLOSSProduction {
applicationId 'net.somethingdreadful.MAL'
versionCode 37
versionName '2.3.5'
versionCode 38
versionName '2.3.6'
}
Beta {
applicationId 'net.somethingdreadful.MAL.beta'
versionCode 76
versionName '2.3.5'
versionCode 77
versionName '2.3.6'
}
FLOSSBeta {
applicationId 'net.somethingdreadful.MAL.beta'
versionCode 76
versionName '2.3.5'
versionCode 77
versionName '2.3.6'
}
}

Expand Down

0 comments on commit 98f5995

Please sign in to comment.