We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 533e0cd commit b90371bCopy full SHA for b90371b
2 files changed
CHANGELOG.md
@@ -1,4 +1,6 @@
1
# Changelog
2
+v2.0.1 - Prep for release to Xposed. No changes other than to increment version information.
3
+
4
v2.0 - Many fixes from hikaritenchi (mostly build-related), hide ADB (pylerSM).
5
6
v1.5 - Updated to Android Studio using Grade build system. Merged in changed from abdulmoeedammar. Updated package name due to various changes.
app/build.gradle
@@ -12,8 +12,8 @@ android {
12
applicationId "com.devadvance.rootcloak2"
13
minSdkVersion 15
14
targetSdkVersion 23
15
- versionCode 10
16
- versionName "2.0"
+ versionCode 11
+ versionName "2.0.1"
17
}
18
19
signingConfigs {
0 commit comments