Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated the OBB and app version #75

Open
wants to merge 2 commits into
base: newmaster
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions library/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

Expand Down
4 changes: 2 additions & 2 deletions mainapp/proj.android-studio/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
Expand Down