Skip to content

Commit

Permalink
Support for SDK16 up to SDK23+.
Browse files Browse the repository at this point in the history
Previous versions actually only worked for SDK23+.
This lead to a quite big code refactor. It is cleaner now and changing values / adding sensors doesn't mean changing a lot of code. This refactoring allows to avoid code duplication due to the different SDK versions. Hopefully it should work !
  • Loading branch information
Frazew committed Jul 25, 2016
1 parent 5004361 commit 8507845
Show file tree
Hide file tree
Showing 4 changed files with 582 additions and 351 deletions.
6 changes: 3 additions & 3 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ android {

defaultConfig {
applicationId "fr.frazew.virtualgyroscope"
minSdkVersion 19
minSdkVersion 16
targetSdkVersion 23
versionCode 100
versionName "1.0"
versionCode 110
versionName "1.1"
}
buildTypes {
release {
Expand Down
Loading

0 comments on commit 8507845

Please sign in to comment.