Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
- Lowered minSdkVersion to 16
- Leanback no longer required (i.e. works on mobile)
  • Loading branch information
czak committed May 5, 2016
1 parent f89f25d commit ff97946
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {

defaultConfig {
applicationId "pl.czak.retronix.android"
minSdkVersion 21
minSdkVersion 16
targetSdkVersion 23
versionCode 1
versionName "1.0"
versionCode 2
versionName "1.1"
}

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package="pl.czak.retronix.android">

<uses-feature android:name="android.software.leanback"
android:required="true" />
android:required="false" />

<uses-feature android:name="android.hardware.touchscreen"
android:required="false" />
Expand Down

0 comments on commit ff97946

Please sign in to comment.