Skip to content

Commit

Permalink
Version bump to 1.2 (3) and Android 11
Browse files Browse the repository at this point in the history
  • Loading branch information
Philipp0002 committed Mar 25, 2022
1 parent f603579 commit fde2884
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apply plugin: 'com.android.application'

android {
compileSdkVersion 29
compileSdkVersion 30
buildToolsVersion "30.0.0"
defaultConfig {
applicationId "de.hahnphilipp.watchwithfritzbox"
minSdkVersion 22
targetSdkVersion 29
versionCode 2
versionName "1.1"
targetSdkVersion 30
versionCode 3
versionName "1.2"
vectorDrawables.useSupportLibrary = true
}
buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
public class WatchWithFritzboxApplication extends Application {

TVWebServer webServer = null;
public static final boolean TEST_MODE = true;
public static final boolean TEST_MODE = false;

@Override
public void onCreate() {
Expand Down

0 comments on commit fde2884

Please sign in to comment.