update to 15.2.0-RC-1 and SDK min of 16
This commit is contained in:
parent
085ddb3745
commit
9077bd236d
|
@ -6,7 +6,7 @@ android {
|
||||||
|
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId "org.torproject.android"
|
applicationId "org.torproject.android"
|
||||||
minSdkVersion 9
|
minSdkVersion 16
|
||||||
targetSdkVersion 23
|
targetSdkVersion 23
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
package="org.torproject.android"
|
package="org.torproject.android"
|
||||||
android:versionName="15.2.0-beta-2"
|
android:versionName="15.2.0-RC-1"
|
||||||
android:versionCode="15200020"
|
android:versionCode="15200030"
|
||||||
android:installLocation="auto"
|
android:installLocation="auto"
|
||||||
>
|
>
|
||||||
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
|
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
|
||||||
|
|
Loading…
Reference in New Issue