Skip to content

Commit 2996566

Browse files
committed
Bump target SDK version to API level 25
1 parent c9c1e84 commit 2996566

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ android {
2424
defaultConfig {
2525
applicationId "com.h6ah4i.android.example.advrecyclerview"
2626
minSdkVersion 9
27-
targetSdkVersion 23
27+
targetSdkVersion 25
2828
versionCode 21
2929
versionName "0.9.3"
3030
vectorDrawables.useSupportLibrary = true

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ apply from: '../common/android-set-common-properties.gradle'
2929
android {
3030
defaultConfig {
3131
minSdkVersion 9
32-
targetSdkVersion 23
32+
targetSdkVersion 25
3333

3434

3535
def dataProps = new Properties()

0 commit comments

Comments
 (0)