Skip to content

Commit ca51ea5

Browse files
committed
Update version to 1.0.5
1 parent a00a2a6 commit ca51ea5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ apply plugin: 'kotlin-android'
44
apply plugin: 'kotlin-android-extensions'
55

66
group = 'com.kylecorry'
7-
version = '1.0.4'
7+
version = '1.0.5'
88

99
android {
1010
compileSdkVersion 30
1111

1212
defaultConfig {
1313
minSdkVersion 23
1414
targetSdkVersion 30
15-
versionCode 5
15+
versionCode 6
1616
versionName version
1717

1818
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

0 commit comments

Comments
 (0)