Skip to content
Snippets Groups Projects
Commit 9077bd23 authored by Nathan Freitas's avatar Nathan Freitas
Browse files

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

parent 085ddb37
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,7 @@ android {
defaultConfig {
applicationId "org.torproject.android"
minSdkVersion 9
minSdkVersion 16
targetSdkVersion 23
}
......
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.torproject.android"
android:versionName="15.2.0-beta-2"
android:versionCode="15200020"
android:versionName="15.2.0-RC-1"
android:versionCode="15200030"
android:installLocation="auto"
>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="23"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment