Skip to content

Commit 421893b

Browse files
committed
v3.2.1
1 parent 429d9d3 commit 421893b

File tree

299 files changed

+2403
-945
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

299 files changed

+2403
-945
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ This includes the following artifacts of the SDK (cf. [overview of all artifacts
1616
| de.cotech:hwsecurity-intent-nfc | 14 | |
1717
| de.cotech:hwsecurity-intent-usb | 14 | |
1818
| de.cotech:hwsecurity-fido | 14 | 19 |
19+
| de.cotech:hwsecurity-openpgp | 14 | |
20+
| de.cotech:hwsecurity-piv | 14 | |
21+
| de.cotech:hwsecurity-ui | 14 | 19 |
22+
| de.cotech:hwsecurity-ssh | 14 | |
1923

2024
## Contributing
2125

build.gradle

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ buildscript {
55
}
66

77
dependencies {
8-
classpath 'com.android.tools.build:gradle:3.4.1'
9-
classpath "org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17"
8+
classpath 'com.android.tools.build:gradle:3.4.2'
9+
classpath 'org.jetbrains.dokka:dokka-android-gradle-plugin:0.9.17'
1010
classpath 'digital.wup:android-maven-publish:3.6.2'
1111
}
1212
}
@@ -20,7 +20,5 @@ allprojects {
2020

2121
ext {
2222
compileSdkVersion = 28
23-
hwSdkIncludeAsSubmodule = false
24-
hwSdkVersionCode = 10
25-
hwSdkVersionName = '2.5.1'
23+
hwSdkVersionName = '3.2.1'
2624
}

gradle/wrapper/gradle-wrapper.jar

426 Bytes
Binary file not shown.
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
#Wed Jan 16 14:48:52 CET 2019
1+
#Tue Jun 18 09:22:28 CEST 2019
22
distributionBase=GRADLE_USER_HOME
33
distributionPath=wrapper/dists
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists
6-
distributionUrl=https\://services.gradle.org/distributions/gradle-5.1.1-all.zip
6+
distributionUrl=https\://services.gradle.org/distributions/gradle-5.4.1-all.zip

hwsecurity-openpgp/src/main/java/de/cotech/hw/openpgp/OpenPgpSshAuthenticator.java

Lines changed: 0 additions & 83 deletions
This file was deleted.

hwsecurity-openpgp/src/main/java/de/cotech/hw/openpgp/secrets/SecretGenerator.java

Lines changed: 0 additions & 154 deletions
This file was deleted.
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies {
1212
annotationProcessor 'com.ryanharter.auto.value:auto-value-parcel:0.2.6'
1313

1414
testImplementation 'junit:junit:4.12'
15-
testImplementation 'org.robolectric:robolectric:3.2.2'
15+
testImplementation 'org.robolectric:robolectric:3.8'
1616
testImplementation 'org.mockito:mockito-core:2.18.0'
1717
}
1818

@@ -29,12 +29,6 @@ android {
2929
targetCompatibility JavaVersion.VERSION_1_8
3030
}
3131

32-
testOptions {
33-
unitTests {
34-
includeAndroidResources = true
35-
}
36-
}
37-
3832
// Do not abort build if lint finds errors
3933
lintOptions {
4034
abortOnError false
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)