Jean-Christophe Bremond
Results
2
comments of
Jean-Christophe Bremond
add this : `allprojects { repositories { google() jcenter() // add this for material calendar **maven { url 'https://jitpack.io' }** } }` in your build.gradle (project)
Hello, add s.dependency 'TTOpenInAppActivity', **'1.0'** in your .podspec and modifiy your Podfile with this lines : #pod 'TTOpenInAppActivity' target 'M13PDFKit' do use_frameworks! pod 'TTOpenInAppActivity' , '1.0' end and after update...