From 254f1dc48d36d625494ea00b3ef50d975f48ac7b Mon Sep 17 00:00:00 2001 From: Prabhat Tyagi Date: Thu, 20 Jun 2019 17:48:05 +0530 Subject: [PATCH 1/2] Updated the version of the application --- mainapp/proj.android-studio/app/build.gradle | 4 ++-- .../app/src/kitkitschool/DownloadExpansionFile.java | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mainapp/proj.android-studio/app/build.gradle b/mainapp/proj.android-studio/app/build.gradle index 286ecd4ab..7a0e88d8c 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 13 - versionName "3.0.4" + versionCode 15 + versionName "3.0.5" 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 ff9f249e6..57a8fb401 100644 --- a/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java +++ b/mainapp/proj.android-studio/app/src/kitkitschool/DownloadExpansionFile.java @@ -60,7 +60,7 @@ public class DownloadExpansionFile extends Activity implements IDownloaderClient XAPKFile( true, // true signifies a main file - 10, // the version of the APK that the file was uploaded + 14, // the version of the APK that the file was uploaded // against 1447707489 // the length of the file in bytes ) From 90e977828353c9fc02e3da25cda2457bb5009a53 Mon Sep 17 00:00:00 2001 From: Prabhat Tyagi Date: Thu, 20 Jun 2019 18:51:45 +0530 Subject: [PATCH 2/2] Updated the version of the Library application --- library/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/library/app/build.gradle b/library/app/build.gradle index d24fc54da..2355986e1 100644 --- a/library/app/build.gradle +++ b/library/app/build.gradle @@ -7,8 +7,8 @@ android { applicationId "com.maq.xprize.kitkitlibrary.english" minSdkVersion 16 targetSdkVersion 28 - versionCode 7 - versionName "3.0.1" + versionCode 8 + versionName "3.0.2" testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner" }