2
0

Android 2.4.1

This commit is contained in:
Maarten Billemont 2017-02-09 22:54:20 -05:00
parent f8f48743b0
commit 5b47d47a1b
2 changed files with 2 additions and 4 deletions

View File

@ -15,8 +15,8 @@ android {
applicationId "com.lyndir.masterpassword"
minSdkVersion 19
targetSdkVersion 25
versionCode 2003
versionName "2.3"
versionCode 20401
versionName "2.4.1"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7

View File

@ -18,8 +18,6 @@
<activity
android:name=".TestActivity"
android:theme="@style/MPTheme" />
<activity android:name=".MainActivity">
</activity>
</application>
</manifest>