We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f3662a commit 175a22bCopy full SHA for 175a22b
library/build.gradle
@@ -10,8 +10,8 @@ android {
10
defaultConfig {
11
minSdkVersion 15
12
targetSdkVersion 28
13
- versionCode 3
14
- versionName "30.5.19"
+ versionCode 4
+ versionName "1.0.19"
15
}
16
buildTypes {
17
release {
sample/build.gradle
@@ -7,8 +7,8 @@ android {
7
applicationId "com.kinda.crash.sample"
8
9
debug {
@@ -35,4 +35,4 @@ dependencies {
35
36
//CrashX library
37
implementation project(":library")
38
-}
+}
0 commit comments