Skip to content

Commit f2e37f5

Browse files
Initial Commit
1 parent 1ee3817 commit f2e37f5

File tree

17 files changed

+69
-59
lines changed

17 files changed

+69
-59
lines changed
50 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

-3 Bytes
Binary file not shown.

.idea/workspace.xml

Lines changed: 53 additions & 43 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 1
13-
versionName "1.0"
12+
versionCode 3
13+
versionName "3.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 = 1;
12-
public static final String VERSION_NAME = "1.0";
11+
public static final int VERSION_CODE = 3;
12+
public static final String VERSION_NAME = "3.0";
1313
}

0 commit comments

Comments
 (0)