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 c9c1e84 commit 2996566Copy full SHA for 2996566
example/build.gradle
@@ -24,7 +24,7 @@ android {
24
defaultConfig {
25
applicationId "com.h6ah4i.android.example.advrecyclerview"
26
minSdkVersion 9
27
- targetSdkVersion 23
+ targetSdkVersion 25
28
versionCode 21
29
versionName "0.9.3"
30
vectorDrawables.useSupportLibrary = true
library/build.gradle
@@ -29,7 +29,7 @@ apply from: '../common/android-set-common-properties.gradle'
android {
31
32
33
34
35
def dataProps = new Properties()
0 commit comments