update to 15.2.0-RC-1 and SDK min of 16

This commit is contained in:
Nathan Freitas 2016-10-28 11:45:43 -04:00
parent 085ddb3745
commit 9077bd236d
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ android {
defaultConfig { defaultConfig {
applicationId "org.torproject.android" applicationId "org.torproject.android"
minSdkVersion 9 minSdkVersion 16
targetSdkVersion 23 targetSdkVersion 23
} }

View File

@ -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"/>