Skip to content

Commit

Permalink
Merge pull request #19 from mustafa01ali/development
Browse files Browse the repository at this point in the history
Release 1.0.3
  • Loading branch information
mustafa01ali authored Jun 22, 2017
2 parents 6080643 + 138d2f0 commit 36f0eee
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ android {
// Writing show taps setting fails on higher versions
targetSdkVersion 22

versionCode 4
versionName "1.0.2"
versionCode 5
versionName "1.0.3"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
7 changes: 7 additions & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,13 @@
<action android:name="android.service.quicksettings.action.QS_TILE" />
</intent-filter>
</service>

<!-- To take advantage of larger aspect ratio on devices like the S8 -->
<!-- https://android-developers.googleblog.com/2017/03/update-your-app-to-take-advantage-of.html -->
<meta-data
android:name="android.max_aspect"
android:value="2.1" />

</application>

</manifest>
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
buildscript {
ext {
kotlin_version = '1.1.2-5'
support_lib_version = '25.1.0'
support_lib_version = '25.3.1'
}
repositories {
maven { url 'https://maven.google.com' }
Expand Down

0 comments on commit 36f0eee

Please sign in to comment.