Skip to content
This repository was archived by the owner on Apr 10, 2022. It is now read-only.

Commit db388d8

Browse files
committed
New version
12/11/16
1 parent e9db0a9 commit db388d8

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

app/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apply plugin: 'com.android.application'
22

33
ext {
4-
VERSION_DATE = '16/10/16'
4+
VERSION_DATE = '12/11/16'
55
SUPPORT_LIBRARY_VERSION = '25.0.0'
66
BUILD_TOOLS = "25.0.0"
77
}
@@ -20,8 +20,8 @@ android {
2020
//noinspection OldTargetApi
2121
targetSdkVersion 23
2222
versionCode 37
23-
versionName "3.0 alpha4 by dvdandroid - " + VERSION_DATE
24-
project.ext.set("archivesBaseName", "XposedInstaller_by_dvdandroid");
23+
versionName "3.0.1 by dvdandroid - " + VERSION_DATE
24+
project.ext.set("archivesBaseName", "XposedInstaller_by_dvdandroid_" + VERSION_DATE.replaceAll("/", "_"));
2525
}
2626

2727
buildTypes {

app/src/main/java/de/robv/android/xposed/installer/XposedApp.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ public class XposedApp extends Application implements ActivityLifecycleCallbacks
5959
private static final File XPOSED_PROP_FILE_SYSTEMLESS_4 = new File("/xposed/xposed.prop");
6060
private static final File XPOSED_PROP_FILE = new File("/system/xposed.prop");
6161
public static int WRITE_EXTERNAL_PERMISSION = 69;
62-
public static String THIS_APK_VERSION = "1476627000000";
62+
public static String THIS_APK_VERSION = "1478959200000";
6363
public static int[] iconsValues = new int[]{R.mipmap.ic_launcher, R.mipmap.ic_launcher_hjmodi, R.mipmap.ic_launcher_rovo, R.mipmap.ic_launcher_rovo_old, R.mipmap.ic_launcher_staol};
6464
private static Pattern PATTERN_APP_PROCESS_VERSION = Pattern.compile(".*with Xposed support \\(version (.+)\\).*");
6565
private static XposedApp mInstance = null;

app/xposed_list.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -208,8 +208,8 @@
208208
}
209209
],
210210
"apk":{
211-
"version":"1476627000000",
212-
"changelog":"<b>What's new:</b><br>&#149; Fixed some crash<br>&#149; Updated strings<br>&#149; Readded update check. (check only at device boot)<br>&#149; Removed apk installation with root",
213-
"link":"http://forum.xda-developers.com/devdb/project/dl/?id=20938&task=get"
211+
"version": "1478959200000",
212+
"changelog":"<b>What's new:</b><br>&#149; <b>NEW:</b> Android 7.1 Quick Shortcuts!<br>&#149; <b>NEW:</b> Android 7.1 round icon!<br>&#149; <b>NEW:</b> Preparation for Xposed for Nougat<br>&#149; <b>NEW:</b> Option to force English language<br>&#149; <b>IMPROVEMENT:</b> Speed up zip loading<br>&#149; <b>IMPROVEMENT:</b> Cherry-picked changes from official Xposed Installer<br>&#149; <b>FIX:</b> Fix some preferences for Kitkat and lower devices<br>&#149; <b>FIX:</b> Fix FCs<br><br>Translation updates",
213+
"link": "http://forum.xda-developers.com/devdb/project/dl/?id=21463&task=get"
214214
}
215215
}

0 commit comments

Comments
 (0)