Skip to content

Commit

Permalink
increment version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Feb 7, 2017
1 parent add2080 commit ad0d12f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Extract from Android [SafetyNet API doc](https://developer.android.com/google/pl

## Requires / Dependencies

* Google Play services 7+ (specifically the SafetyNet API 'com.google.android.gms:play-services-safetynet:7.+')
* Google Play services 7+ (specifically the SafetyNet API 'com.google.android.gms:play-services-safetynet:10.0.1')
* Requires Internet permission
* Google API key for the [Android Device Verification API](https://developer.android.com/training/safetynet/index.html#verify-compat-check)

Expand Down Expand Up @@ -94,7 +94,7 @@ then add a library dependency
```gradle

dependencies {
compile 'com.github.scottyab:safetynethelper:0.2.0'
compile 'com.github.scottyab:safetynethelper:0.3.0'
}
```

Expand Down
Binary file modified art/sample_req_pass_cts_fail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added art/sample_start.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions safetynetlib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ apply plugin: 'com.android.library'

android {
compileSdkVersion 23
buildToolsVersion "24.0.2"
buildToolsVersion "24.0.3"

defaultConfig {
minSdkVersion 10
targetSdkVersion 23
targetSdkVersion 25
versionCode 3
versionName "0.2"
versionName "0.3"
}
buildTypes {
release {
Expand Down
4 changes: 2 additions & 2 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ android {
applicationId 'com.scottyab.safetynet.sample'
minSdkVersion 10
targetSdkVersion 25
versionCode 4
versionName "0.4"
versionCode 5
versionName "0.5"

}

Expand Down

0 comments on commit ad0d12f

Please sign in to comment.