packages/apps/Superuser
Revisión | 82bb6da5e46340f971c79197071660e3e5c1d962 (tree) |
---|---|
Tiempo | 2010-08-23 08:31:33 |
Autor | ChainsDD <chainsdd@gmai...> |
Commiter | ChainsDD |
Bump version
@@ -1,8 +1,8 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | 2 | <manifest xmlns:android="http://schemas.android.com/apk/res/android" |
3 | 3 | package="com.noshufou.android.su" |
4 | - android:versionCode="20" | |
5 | - android:versionName="2.3.3"> | |
4 | + android:versionCode="21" | |
5 | + android:versionName="2.3.4"> | |
6 | 6 | |
7 | 7 | <application android:icon="@drawable/icon" android:label="@string/app_name"> |
8 | 8 | <activity android:name="Su" |