mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Bump build version to 23.
This commit is contained in:
parent
47eeafff4b
commit
f1c2a1db7e
2 changed files with 4 additions and 4 deletions
|
@ -2,11 +2,11 @@
|
|||
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
package="com.newsblur"
|
||||
android:versionCode="105"
|
||||
android:versionName="4.5.0b3" >
|
||||
android:versionName="4.6.0b1" >
|
||||
|
||||
<uses-sdk
|
||||
android:minSdkVersion="11"
|
||||
android:targetSdkVersion="21" />
|
||||
android:minSdkVersion="14"
|
||||
android:targetSdkVersion="23" />
|
||||
|
||||
<uses-permission android:name="android.permission.INTERNET" />
|
||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||
|
|
|
@ -9,4 +9,4 @@
|
|||
#
|
||||
|
||||
# Project target.
|
||||
target=android-19
|
||||
target=android-23
|
||||
|
|
Loading…
Add table
Reference in a new issue