Skip to content

Commit c740065

Browse files
committed
Update build.gradle
1 parent a58387a commit c740065

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 = '2.3.0'
7+
version = '2.3.1'
88

99
android {
1010
compileSdkVersion 30
1111

1212
defaultConfig {
1313
minSdkVersion 23
1414
targetSdkVersion 30
15-
versionCode 32
15+
versionCode 33
1616
versionName version
1717
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1818
}

0 commit comments

Comments
 (0)