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

Commit

Permalink
Bump sample app version to 2.2.0.1
Browse files Browse the repository at this point in the history
Version is in the following format: [library_version].[sample_app_patch_version]. Sample app version is 1 in this case.
  • Loading branch information
xiprox committed Oct 6, 2015
1 parent a21317c commit cea5314
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ android {
applicationId "tr.xip.errorview.sample"
minSdkVersion 8
targetSdkVersion 23
versionCode Integer.parseInt(project.VERSION_CODE)
versionName project.VERSION_NAME
versionCode 5
versionName "2.2.0.1"
}
buildTypes {
release {
Expand Down

0 comments on commit cea5314

Please sign in to comment.