Skip to content

Commit 045ce6d

Browse files
committed
simple example is tracking again
1 parent b7ef3a6 commit 045ce6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AndroidStudioProjects/ARBaseLibProj/aRBaseLib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ android {
66

77
defaultConfig {
88
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)
1010
versionCode = 2 // Integer type incremented by 1 for every release, major or minor, to the Google store
1111
versionName = "2.0" // The real fully qualified major and minor release description
1212

0 commit comments

Comments
 (0)