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

Commit

Permalink
Updated for Android 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nadeemsultan committed May 19, 2015
1 parent 77d2476 commit b329d4d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.nadeemsultan.hidecarrierlabel"
android:versionCode="1"
android:versionName="1.0" >
android:versionCode="2"
android:versionName="1.1" >

<uses-sdk
android:minSdkVersion="21"
android:targetSdkVersion="21" />
android:minSdkVersion="22"
android:targetSdkVersion="22" />

<application
android:allowBackup="true"
Expand Down
Binary file added lib/XposedBridgeApi-20150213.jar
Binary file not shown.
Binary file removed lib/XposedBridgeApi-54.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion project.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt

# Project target.
target=android-21
target=android-22
1 change: 1 addition & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ A small Xposed module for Lollipop that hides the carrier label on the lockscree
![](http://i.imgur.com/4WyIPHA.png?2)
</center>
###Changelog
* **1.1** : Updated for Android 5.1
* **1.0** : Initial Release

0 comments on commit b329d4d

Please sign in to comment.