Skip to content

Commit

Permalink
bump version to 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tsynik committed Jan 13, 2020
1 parent eca94a3 commit ddeca09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="tsynik.xposed.mod.aftv"
android:versionCode="8"
android:versionName="1.8">
android:versionCode="10"
android:versionName="2.0">

<uses-sdk
android:minSdkVersion="17"
Expand Down
8 changes: 4 additions & 4 deletions src/tsynik/xposed/mod/aftv/BuildConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@
package tsynik.xposed.mod.aftv;

public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final boolean DEBUG = Boolean.parseBoolean("false");
public static final String APPLICATION_ID = "tsynik.xposed.mod.aftv";
public static final String BUILD_TYPE = "debug";
public static final String BUILD_TYPE = "release";
public static final String FLAVOR = "";
public static final int VERSION_CODE = 8;
public static final String VERSION_NAME = "1.8";
public static final int VERSION_CODE = 10;
public static final String VERSION_NAME = "2.0";
}

0 comments on commit ddeca09

Please sign in to comment.