Skip to content

Commit

Permalink
- Updated check app URL only will use Locale Language = "en".If base…
Browse files Browse the repository at this point in the history
… on device language library unable to get app version.

 - Updated version.
  • Loading branch information
LemonNicholas committed May 21, 2018
1 parent 356726b commit a79394a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
defaultConfig {
minSdkVersion 14
targetSdkVersion 27
versionCode 27
versionName "2.6.6"
versionCode 28
versionName "2.6.7"
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ static Update getLatestAppVersionHttp(Context context, UpdateFrom updateFrom, Gi

String line;
while ((line = reader.readLine()) != null) {
Log.e(UtilsLibrary.class.getSimpleName(), "line : " + line);
// Log.e(UtilsLibrary.class.getSimpleName(), "line : " + line);
switch (updateFrom) {
default:
if (line.contains(Config.PLAY_STORE_NEW_TAG_RELEASE)) {
Expand Down

0 comments on commit a79394a

Please sign in to comment.