We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b50af commit 7485856Copy full SHA for 7485856
1 file changed
build.gradle
@@ -18,7 +18,7 @@ android {
18
defaultConfig {
19
applicationId "com.jsoftware.j.android"
20
minSdkVersion rootProject.hasProperty('minSdkVersion') ? rootProject.minSdkVersion : 9
21
- targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : 23
+ targetSdkVersion rootProject.hasProperty('targetSdkVersion') ? rootProject.targetSdkVersion : 24
22
versionCode 60
23
versionName "1.4.60"
24
}
0 commit comments