Skip to content

Commit

Permalink
Release 1.11.0 (40)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgianlu committed Dec 2, 2018
1 parent a2fe71e commit 4815602
Show file tree
Hide file tree
Showing 3 changed files with 4 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 @@ -8,8 +8,8 @@ android {
applicationId "com.gianlu.aria2android"
minSdkVersion 21
targetSdkVersion 28
versionCode 39
versionName "1.10.0"
versionCode 40
versionName "1.11.0"
}

buildTypes {
Expand Down
1 change: 1 addition & 0 deletions app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
android:icon="@mipmap/ic_launcher"
android:installLocation="internalOnly"
android:label="@string/app_name"
android:resizeableActivity="true"
android:supportsRtl="true"
android:theme="@style/AppTheme">

Expand Down

0 comments on commit 4815602

Please sign in to comment.