Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Friday, May 4, 2018

Solve "all com.android.support libraries must use the exact same version specification"

Add following code to app build.gradle:

configurations.all{
     resolutionStrategy.eachDependency { DependencyResolveDetails details ->
            def requested = details.requested
            if (requested.group == 'com.android.support'){
                   if (!requested.name.startsWith("mutlidex")){
                         details.useVersion '25.0.1'
                    }
            }
       }
}

Prevent or Prohibit Server Drives From Being Visible to Users

  To make changes to this policy for one of the seven default values: Start the Microsoft Management Console. On the Console menu, click  Ad...