Skip to content

Commit

Permalink
Updated the version and obb size
Browse files Browse the repository at this point in the history
  • Loading branch information
Prabhat Tyagi committed Jun 14, 2019
1 parent 69193b7 commit e6fca9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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 11
versionName "3.0.2"
versionCode 12
versionName "3.0.3"

lintOptions {
abortOnError false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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*/
Expand Down

0 comments on commit e6fca9b

Please sign in to comment.