Skip to content

Commit

Permalink
Merge pull request #152 from kike-canaries/vindriktning_support
Browse files Browse the repository at this point in the history
Vindriktning support
  • Loading branch information
hpsaturn authored Aug 26, 2022
2 parents 688ac9a + e832fd1 commit 3aff9d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
<item>Mhz19</item>
<item>CM1106</item>
<item>SenseAirS8</item>
<item>IKEA Vindriktn</item>
</string-array>

<string-array name="pref_dtype_values">
Expand All @@ -29,6 +30,7 @@
<item>4</item>
<item>5</item>
<item>6</item>
<item>7</item>
</string-array>

<string-array name="pref_vars_entries">
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ org.gradle.jvmargs=-Xmx3096m -Dfile.encoding=UTF-8
mCompileSdkVersion=33
mMinSdkVersion=21
mTargetSdkVersion=33
mVersionCode=610
mVersionCode=611
mVersionName=0.8.3
android.useAndroidX=true
android.enableJetifier=true
Expand Down

0 comments on commit 3aff9d6

Please sign in to comment.