Skip to content
This repository was archived by the owner on Mar 3, 2020. It is now read-only.

Commit 6e5d4f8

Browse files
Update targetSdkVersion to 23
1 parent 1bdbc3a commit 6e5d4f8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

connectionclass-sample/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ repositories {
55
}
66

77
android {
8-
compileSdkVersion 21
8+
compileSdkVersion 23
99
buildToolsVersion "23.0.3"
1010

1111
defaultConfig {
1212
applicationId "com.facebook.network.connectionclass.sample"
1313
minSdkVersion 9
14-
targetSdkVersion 21
14+
targetSdkVersion 23
1515
versionCode 1
1616
versionName "1.0"
1717
}

connectionclass/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
apply plugin: 'com.android.library'
22

33
android {
4-
compileSdkVersion 21
4+
compileSdkVersion 23
55
buildToolsVersion "23.0.3"
66

77
defaultConfig {
88
minSdkVersion 9
9-
targetSdkVersion 21
9+
targetSdkVersion 23
1010
versionCode 1
1111
versionName "1.0"
1212
}

0 commit comments

Comments
 (0)