arunkumar9t2 / lynket-browser

🌐 A better browser for Android using the Custom Tab protocol. Previously called Chromer.
Other
480 stars 81 forks source link

no value.properties? #100

Closed design365 closed 5 years ago

design365 commented 6 years ago

is the code finished? when i download android studio show me :

Error:(30, 1) A problem occurred evaluating project ':app'.

/.........................../project/lynket-browser/android-app/values.properties (No such file or directory)

why?

WebPlayer227 commented 5 years ago

Same Problem.

How to fix this Values.properties error

arunkumar9t2 commented 5 years ago

Please create a values.properties file in /android-app/values.properties. It usually contains PLAY_LICENSE_KEY and FABRIC_KEY. Create a project on fabric and add the api key here. PLAY_LICENSE_KEY is optional.

Reference : https://fabric.io/kits/android/crashlytics/install

LMK if that works.