Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dschuermann committed Jan 27, 2020
1 parent 429d9d3 commit 421893b
Show file tree
Hide file tree
Showing 299 changed files with 2,403 additions and 945 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This includes the following artifacts of the SDK (cf. [overview of all artifacts
| de.cotech:hwsecurity-intent-nfc | 14 | |
| de.cotech:hwsecurity-intent-usb | 14 | |
| de.cotech:hwsecurity-fido | 14 | 19 |
| de.cotech:hwsecurity-openpgp | 14 | |
| de.cotech:hwsecurity-piv | 14 | |
| de.cotech:hwsecurity-ui | 14 | 19 |
| de.cotech:hwsecurity-ssh | 14 | |

## Contributing

Expand Down
8 changes: 3 additions & 5 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:3.4.1'
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17"
classpath 'com.android.tools.build:gradle:3.4.2'
classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17'
classpath 'digital.wup:android-maven-publish:3.6.2'
}
}
Expand All @@ -20,7 +20,5 @@ allprojects {

ext {
compileSdkVersion = 28
hwSdkIncludeAsSubmodule = false
hwSdkVersionCode = 10
hwSdkVersionName = '2.5.1'
hwSdkVersionName = '3.2.1'
}
Binary file modified gradle/wrapper/gradle-wrapper.jar
Binary file not shown.
4 changes: 2 additions & 2 deletions gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Wed Jan 16 14:48:52 CET 2019
#Tue Jun 18 09:22:28 CEST 2019
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

This file was deleted.

This file was deleted.

File renamed without changes.
8 changes: 1 addition & 7 deletions hwsecurity/build.gradle → hwsecurity/core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'

testImplementation 'junit:junit:4.12'
testImplementation 'org.robolectric:robolectric:3.2.2'
testImplementation 'org.robolectric:robolectric:3.8'
testImplementation 'org.mockito:mockito-core:2.18.0'
}

Expand All @@ -29,12 +29,6 @@ android {
targetCompatibility JavaVersion.VERSION_1_8
}

testOptions {
unitTests {
includeAndroidResources = true
}
}

// Do not abort build if lint finds errors
lintOptions {
abortOnError false
Expand Down
File renamed without changes.
Loading

0 comments on commit 421893b

Please sign in to comment.