As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
Hi Trying to integrate kinvey, i have kinvey into lib directory and modified the gradle.build file.
But I also have to add 'libs' into repositories, but it's unclier where to add. In buildscript repositories? or allProjectRepositories? Where? I am getting an error: Failed to resolve :kinvey-android-2.10.5
repositories { jcenter() flatDir { dirs 'libs' } } dependencies { classpath 'com.android.tools.build:gradle:1.5.0' classpath 'com.google.gms:google-services:2.0.0-beta6' // NOTE: Do not place your application dependencies here; they belong // in the individual module build.gradle files } }
András Szaniszló
Hi
Trying to integrate kinvey, i have kinvey into lib directory and modified the gradle.build file.
But I also have to add 'libs' into repositories, but it's unclier where to add. In buildscript repositories? or allProjectRepositories? Where? I am getting an error: Failed to resolve :kinvey-android-2.10.5