Skip to content

Commit f7ae200

Browse files
initial commit
1 parent 2d050aa commit f7ae200

File tree

17 files changed

+51
-53
lines changed

17 files changed

+51
-53
lines changed
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

.idea/caches/gradle_models.ser

15 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 36 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

library/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ android {
99
defaultConfig {
1010
minSdkVersion 15
1111
targetSdkVersion 28
12-
versionCode 3
13-
versionName "3.0"
12+
versionCode 4
13+
versionName "4.0"
1414
}
1515

1616
lintOptions {

library/build/generated/source/buildConfig/debug/com/kinda/alert/BuildConfig.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ public final class BuildConfig {
88
public static final String APPLICATION_ID = "com.kinda.alert";
99
public static final String BUILD_TYPE = "debug";
1010
public static final String FLAVOR = "";
11-
public static final int VERSION_CODE = 3;
12-
public static final String VERSION_NAME = "3.0";
11+
public static final int VERSION_CODE = 4;
12+
public static final String VERSION_NAME = "4.0";
1313
}

0 commit comments

Comments
 (0)