Skip to content

Commit 604403f

Browse files
Upgrade appcompat-v7 to 22.2.1
1 parent 23d565a commit 604403f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

HelpStackExample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ dependencies {
44
compile fileTree(dir: 'libs', include: '*.jar')
55
compile project(':helpstack')
66

7-
compile 'com.android.support:appcompat-v7:22.2.0'
7+
compile 'com.android.support:appcompat-v7:22.2.1'
88
}
99

1010
android {

helpstack/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'maven'
44
dependencies {
55
compile fileTree(dir: 'libs', include: '*.jar')
66

7-
compile 'com.android.support:appcompat-v7:22.2.0'
7+
compile 'com.android.support:appcompat-v7:22.2.1'
88

99
compile 'com.google.code.gson:gson:2.3'
1010

0 commit comments

Comments
 (0)