You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: AndroidStudioProjects/ARBaseLibProj/aRBaseLib/build.gradle
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ android {
6
6
7
7
defaultConfig {
8
8
minSdkVersion 15// Signals the Google Play Store as to what device, running this minimum indicated or greater version, an app can be installed on
9
-
targetSdkVersion 27// Indicates the version of the latest API feature set that can be used and that you have tested your app on (presumably up to and including)
9
+
targetSdkVersion 24// Indicates the version of the latest API feature set that can be used and that you have tested your app on (presumably up to and including)
10
10
versionCode =2// Integer type incremented by 1 for every release, major or minor, to the Google store
11
11
versionName ="2.0"// The real fully qualified major and minor release description
0 commit comments