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 e644eac commit 1efe791Copy full SHA for 1efe791
android/build.gradle
@@ -20,12 +20,12 @@ buildscript {
20
apply plugin: 'com.android.library'
21
22
android {
23
- compileSdkVersion 23
24
- buildToolsVersion "23.0.1"
+ compileSdkVersion 25
+ buildToolsVersion "25.0.2"
25
26
defaultConfig {
27
minSdkVersion 16
28
- targetSdkVersion 23
+ targetSdkVersion 25
29
versionCode 1
30
versionName computeVersionName()
31
}
0 commit comments