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

Commit cea5314

Browse files
committed
Bump sample app version to 2.2.0.1
Version is in the following format: [library_version].[sample_app_patch_version]. Sample app version is 1 in this case.
1 parent a21317c commit cea5314

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "tr.xip.errorview.sample"
99
minSdkVersion 8
1010
targetSdkVersion 23
11-
versionCode Integer.parseInt(project.VERSION_CODE)
12-
versionName project.VERSION_NAME
11+
versionCode 5
12+
versionName "2.2.0.1"
1313
}
1414
buildTypes {
1515
release {

0 commit comments

Comments
 (0)