Skip to content

Commit

Permalink
change appBuild 11 > 12 & & dev -> release
Browse files Browse the repository at this point in the history
  • Loading branch information
FazziCLAY committed Aug 16, 2021
1 parent f4544ea commit a35fad1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ android {
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "ru.fazziclay.openwidgets.dev"
applicationId "ru.fazziclay.openwidgets"
minSdkVersion 16
targetSdkVersion 30
versionCode 11
versionName '1.4.2 DEV'
versionCode 12
versionName '1.5'

testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import ru.fazziclay.openwidgets.Logger;

public class UpdateChecker {
public static final int APP_BUILD = 11;
public static final int APP_BUILD = 12;
public static final int APP_UPDATE_CHECKER_FORMAT_VERSION = 4;
public static final String APP_UPDATE_CHECKER_URL = "https://raw.githubusercontent.com/FazziCLAY/OpenWidgets/master/app_versions.json";
public static final String APP_SITE_URL = "https://github.com/fazziclay/openwidgets/releases";
Expand Down

0 comments on commit a35fad1

Please sign in to comment.