Android 2.4.1
This commit is contained in:
parent
f8f48743b0
commit
5b47d47a1b
@ -15,8 +15,8 @@ android {
|
|||||||
applicationId "com.lyndir.masterpassword"
|
applicationId "com.lyndir.masterpassword"
|
||||||
minSdkVersion 19
|
minSdkVersion 19
|
||||||
targetSdkVersion 25
|
targetSdkVersion 25
|
||||||
versionCode 2003
|
versionCode 20401
|
||||||
versionName "2.3"
|
versionName "2.4.1"
|
||||||
}
|
}
|
||||||
compileOptions {
|
compileOptions {
|
||||||
sourceCompatibility JavaVersion.VERSION_1_7
|
sourceCompatibility JavaVersion.VERSION_1_7
|
||||||
|
@ -18,8 +18,6 @@
|
|||||||
<activity
|
<activity
|
||||||
android:name=".TestActivity"
|
android:name=".TestActivity"
|
||||||
android:theme="@style/MPTheme" />
|
android:theme="@style/MPTheme" />
|
||||||
<activity android:name=".MainActivity">
|
|
||||||
</activity>
|
|
||||||
</application>
|
</application>
|
||||||
|
|
||||||
</manifest>
|
</manifest>
|
||||||
|
Loading…
Reference in New Issue
Block a user