I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 605a6c1c authored by str4d's avatar str4d
Browse files

Bumped support-v4 dependency in client library to 21.0.2

parent 954a9cc4
No related branches found
No related tags found
No related merge requests found
...@@ -22,12 +22,12 @@ android { ...@@ -22,12 +22,12 @@ android {
dependencies { dependencies {
compile project(path: ':routerjars', configuration: 'client') compile project(path: ':routerjars', configuration: 'client')
compile 'com.android.support:support-v4:21.0.0' compile 'com.android.support:support-v4:21.0.2'
} }
dependencyVerification { dependencyVerification {
verify = [ verify = [
'com.android.support:support-v4:199ef7bb169386c80b4836354df6747ce2ae3d24434db923c22439e47106a1e2', 'com.android.support:support-v4:126a4c291f41f75f3fff4968e9d397bc8454cdff4d8f994cbe0524e3bad76e72',
] ]
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment