Skip to content

Commit 175a22b

Browse files
1 parent 0f3662a commit 175a22b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
defaultConfig {
1111
minSdkVersion 15
1212
targetSdkVersion 28
13-
versionCode 3
14-
versionName "30.5.19"
13+
versionCode 4
14+
versionName "1.0.19"
1515
}
1616
buildTypes {
1717
release {

sample/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ android {
77
applicationId "com.kinda.crash.sample"
88
minSdkVersion 15
99
targetSdkVersion 28
10-
versionCode 3
11-
versionName "30.5.19"
10+
versionCode 4
11+
versionName "1.0.19"
1212
}
1313
buildTypes {
1414
debug {
@@ -35,4 +35,4 @@ dependencies {
3535

3636
//CrashX library
3737
implementation project(":library")
38-
}
38+
}

0 commit comments

Comments
 (0)