Forum › MIFARE SDK › Mifare SDK Android studio 3.1 › Reply To: Mifare SDK Android studio 3.1
Hello,
After a lot of test, there is a real issue with your library and gradle 4.4 +
with in the build.gradle on the root folder
and in the gradle-wrapper.properties
The library is fully working on 4.4 device
but with in the build.gradle on the root folder
and in the gradle-wrapper.properties
i have an exception
After a lot of test, there is a real issue with your library and gradle 4.4 +
classpath 'com.android.tools.build:gradle:3.0.1'
with in the build.gradle on the root folder
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
and in the gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-4.1-all.zip
The library is fully working on 4.4 device
but with in the build.gradle on the root folder
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
and in the gradle-wrapper.properties
distributionUrl=https\://services.gradle.org/distributions/gradle-4.4-all.zip
i have an exception
+ 0
|
- 0