We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c212bb6 commit 72e876bCopy full SHA for 72e876b
1 file changed
splitio/example/android/app/build.gradle
@@ -16,6 +16,8 @@ android {
16
applicationId "io.split.splitio_example"
17
minSdkVersion flutter.minSdkVersion
18
targetSdkVersion flutter.targetSdkVersion
19
+ versionCode 1
20
+ versionName "1.0"
21
}
22
23
buildTypes {
0 commit comments