Skip to content

Commit b90371b

Browse files
committed
Prep for release to Xposed. No changes other than to increment version information.
1 parent 533e0cd commit b90371b

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
# Changelog
2+
v2.0.1 - Prep for release to Xposed. No changes other than to increment version information.
3+
24
v2.0 - Many fixes from hikaritenchi (mostly build-related), hide ADB (pylerSM).
35

46
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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ android {
1212
applicationId "com.devadvance.rootcloak2"
1313
minSdkVersion 15
1414
targetSdkVersion 23
15-
versionCode 10
16-
versionName "2.0"
15+
versionCode 11
16+
versionName "2.0.1"
1717
}
1818

1919
signingConfigs {

0 commit comments

Comments
 (0)