We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77e02a commit 521f751Copy full SHA for 521f751
library/build.gradle
@@ -1,12 +1,12 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 21
5
- buildToolsVersion '21.1.2'
+ compileSdkVersion 22
+ buildToolsVersion '22.0.1'
6
7
defaultConfig {
8
minSdkVersion 3
9
- targetSdkVersion 21
+ targetSdkVersion 22
10
}
11
12
lintOptions {
sample/build.gradle
@@ -8,12 +8,12 @@ repositories {
13
14
15
16
17
18
19
compileOptions {
0 commit comments