Skip to content

Commit

Permalink
support Android 4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Cai committed Sep 20, 2015
1 parent a1f7d25 commit 94021b2
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ android {

defaultConfig {
applicationId "net.typeblog.stunnel"
minSdkVersion 21
minSdkVersion 19
targetSdkVersion 22
versionCode 1
versionName "1.0"
Expand Down
5 changes: 5 additions & 0 deletions app/src/main/res/values-v21/styles.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Material">
</style>
</resources>
2 changes: 1 addition & 1 deletion app/src/main/res/values/styles.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="@android:style/Theme.Material">
<style name="AppTheme" parent="@android:style/Theme.Holo">
</style>
</resources>

0 comments on commit 94021b2

Please sign in to comment.