From e6fca9b0f9f8314a66150a6eb2a4f3ef5636220c Mon Sep 17 00:00:00 2001 From: Prabhat Tyagi Date: Fri, 14 Jun 2019 16:36:50 +0530 Subject: [PATCH] Updated the version and obb size --- mainapp/proj.android-studio/app/build.gradle | 4 ++-- .../app/src/kitkitschool/DownloadExpansionFile.java | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mainapp/proj.android-studio/app/build.gradle b/mainapp/proj.android-studio/app/build.gradle index d33eac7dc..dce8d0d3c 100755 --- a/mainapp/proj.android-studio/app/build.gradle +++ b/mainapp/proj.android-studio/app/build.gradle @@ -10,8 +10,8 @@ android { applicationId "com.maq.xprize.kitkitschool.hindi" minSdkVersion PROP_MIN_SDK_VERSION targetSdkVersion PROP_TARGET_SDK_VERSION - versionCode 11 - versionName "3.0.2" + versionCode 12 + versionName "3.0.3" lintOptions { abortOnError false diff --git a/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java b/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java index beedaa169..ff9f249e6 100644 --- a/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java +++ b/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java @@ -60,9 +60,9 @@ public class DownloadExpansionFile extends Activity implements IDownloaderClient XAPKFile( true, // true signifies a main file - 9, // the version of the APK that the file was uploaded + 10, // the version of the APK that the file was uploaded // against - 1446363671 // the length of the file in bytes + 1447707489 // the length of the file in bytes ) ; /* expansion service*/