We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a8ebd8 commit c273eadCopy full SHA for c273ead
app/build.gradle.kts
@@ -23,8 +23,8 @@ android {
23
applicationId = android.namespace
24
minSdk = 24
25
targetSdk = compileSdk
26
- versionCode = 64
27
- versionName = "5.0.1"
+ versionCode = 65
+ versionName = "5.1.0"
28
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
29
testInstrumentationRunnerArguments["disableAnalytics"] = "true"
30
vectorDrawables {
0 commit comments