Skip to content

Commit c273ead

Browse files
committed
Bump version to 5.1.0
1 parent 3a8ebd8 commit c273ead

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ android {
2323
applicationId = android.namespace
2424
minSdk = 24
2525
targetSdk = compileSdk
26-
versionCode = 64
27-
versionName = "5.0.1"
26+
versionCode = 65
27+
versionName = "5.1.0"
2828
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
2929
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
3030
vectorDrawables {

0 commit comments

Comments
 (0)