Hello,
I’m trying to use live update for my android app.
So I created my first web build and i understood i needed to put a minimum version sush as 1.0.0 in the versionning tab.
So i decided to change the format of my version code of my app, but when i put 1.0.0 in the build.graddle and I’ve got the following error when i build:
build file ‘/builds/xxx/xxx/android/app/build.gradle’: 9: unexpected token: 4 @ line 9, column 25.
versionCode 2.0.0
Thanks you for your help