Skip to content

Commit

Permalink
bump to 'com.scottyab:aes-crypto:0.0.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyab committed Dec 19, 2017
1 parent 2c4b2ab commit 852651d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
buildscript {
repositories {
mavenCentral()
google()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
Expand All @@ -18,6 +19,7 @@ allprojects {

repositories {
mavenCentral()
google()
}
}

Expand Down
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ android {
}

dependencies {
compile 'com.scottyab:aes-crypto:0.0.4'
compile 'com.scottyab:aes-crypto:0.0.5'

//used when referencing a local copy of aes-crypto
//compile project(':aes-crypto-release')
Expand Down
2 changes: 1 addition & 1 deletion sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ android {


dependencies {
compile 'com.android.support:appcompat-v7:22.2.0'
compile 'com.android.support:appcompat-v7:27.0.2'
compile fileTree(dir: 'libs', include: '*.jar')

//compile 'com.scottyab:secure-preferences-lib:0.1.1'
Expand Down

0 comments on commit 852651d

Please sign in to comment.