Latest Sygic Android Sdk version - sygic-mobile-sdk

I am trying to integrate the sygic mobile sdk for android.
I am following this guide.
It says to add this configuration to the build.gradle
dependencies {
implementation("com.sygic.sdk:sdk-release:$sygicSdkVersion#aar") {
transitive true
}}
The guide says that the sygicSdkVersion is indicated in the release notes section which unfortunately appears to be empty.
Any help?
Thank you

currently the latest public version is 2.12.8. Sorry abuout the shortcomings in the guide as it is still evolving.

Related

google play alpha test download issues

Alpha test download link downloads differents versions of the application to testers. The version number of the downloaded application is the lastest one but it is missing some functionalities that are in the latest version that I published.
So we tried again to download the latest version of the application through the Internal Testing and Internal app sharing of Google play but we are encountering the same issue.
Has anybody encountered the same issue? Can you assist?
Thank you.

How to use the jar of PrimeFaces-5.2.X using maven?

The question seems easy, but according to my research, the maven repository http://repo.maven.apache.org/maven2/org/primefaces/primefaces/ has only major releases 5.2,5.3,...,6,2
what I want exactly is to use the version 5.2.9 in order to correct the problem of the reCAPTCHA by implementing its v2, the use of the version 5.3 will have much impact on the developed application.
X.Y.Z releases are only available for paying customers as an elite release. You can then download the jar in a portal and put it in your own maven repo. They are not available in any public repository.
What you could try to do is to compare the sources of the 5.2 and 5.3 release regarding the captcha and just backport those. Still, really upgrading (to 6.2) is a better choice
If you have luck, maybe 5.3.RC1, which implements reCAPTCHA v2, is close to 5.2.9. You can get 5.3.RC1 via primefaces repo: https://repository.primefaces.org/org/primefaces/primefaces/5.3.RC1/

SonarQube Plugin Development in Issue View

Dear SonarQube Community,
I have a general question regarding is it possible to write a plugin that will extend the Issue View? See screenshot and its red marks.
I looked at the API for Plugin Development and didnĀ“t find a part where I can do that.
I want to develop for SonarQube 6.x
Thank you!
Felix
There is no ability to extend this part of the UI.

Status of package / file design feature

I liked the package design (later renamed to file design) feature in SonarQube to detect cycles inside my application. See this old blog post:
http://www.sonarqube.org/fight-back-design-erosion-by-breaking-cycles-with-sonar/
In the recent 6.0 version of SonarQube I can't find this anymore, there is a design plugin but that only seems to be supported until version 4.5.6. Am I overlooking something or is the file design feature just gone?
Design-related services were dropped in version 5.2.

Sonar Service Fails to start after updating C# Plugin to 3.1

I updated core C# plugin to 3.1 from the update centre. Once i restarted the service Sonar Service failed to start.
The Log Message :
org.sonar.updatecenter.common.exception.IncompatiblePluginVersionException: The plugins 'csharpstylecop' and 'csharp' must have exactly the same version as they belong to the same group.
After the updated i still see csharpstylecop plugin is 2.1 and i even i don't find the csharpstylecop 3.1 available in the maven repository.
http://mvnrepository.com/artifact/org.codehaus.sonar-plugins.dotnet.csharp/sonar-csharp-stylecop-plugin
Is that a pre-requsite to install the csharpstylecop 3.1 (which is not available) or the C# plugin will take care (which is not happening).
Any help here is appreciated.
Thanks,
Santhosh.
You cannot use the update center to upgrade from the .NET 2.1 plugins to the 3.x series.
Please refer to the following migration guide: http://docs.codehaus.org/x/EIBMDg

Resources