jenkins-bot has submitted this change and it was merged.

Change subject: Bump minSdkVersion, versionCode, and versionName.
......................................................................


Bump minSdkVersion, versionCode, and versionName.

Any patches merged beyond this point shall no longer work in API <15.
This opens the floodgates to the arduous (but extremely pleasant) task
of exfoliating the app of all API-10-specific code.

The minor version number has been bumped by 1, to celebrate the
significance of this occasion.

The versionCode has been bumped by 20, to provide a sufficient gap for
future backporting of features to the Gingerbread version of the app, the
tag for which is located at b97d0cd00f4c4fb932e9fc087334dfe779c59be3.

Change-Id: I06127568bf939585e6f758f5616f418a96d66ff4
---
M app/build.gradle
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Mholloway: Looks good to me, approved
  Niedzielski: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/app/build.gradle b/app/build.gradle
index 9bc754d..eeb3394 100644
--- a/app/build.gradle
+++ b/app/build.gradle
@@ -34,7 +34,7 @@
 }
 
 def computeVersionName(label) {
-    return "2.0.${android.defaultConfig.versionCode}-${label}-${date}"
+    return "2.1.${android.defaultConfig.versionCode}-${label}-${date}"
 }
 
 final JavaVersion JAVA_VERSION = JavaVersion.VERSION_1_7
@@ -55,9 +55,9 @@
     }
     defaultConfig {
         applicationId 'org.wikipedia'
-        minSdkVersion 10
+        minSdkVersion 15
         targetSdkVersion 22
-        versionCode 111
+        versionCode 131
         testApplicationId 'org.wikipedia.test'
     }
 

-- 
To view, visit https://gerrit.wikimedia.org/r/240286
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I06127568bf939585e6f758f5616f418a96d66ff4
Gerrit-PatchSet: 1
Gerrit-Project: apps/android/wikipedia
Gerrit-Branch: master
Gerrit-Owner: Dbrant <[email protected]>
Gerrit-Reviewer: BearND <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Mholloway <[email protected]>
Gerrit-Reviewer: Niedzielski <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to