Skip to content

Commit 4815602

Browse files
committed
Release 1.11.0 (40)
1 parent a2fe71e commit 4815602

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId "com.gianlu.aria2android"
99
minSdkVersion 21
1010
targetSdkVersion 28
11-
versionCode 39
12-
versionName "1.10.0"
11+
versionCode 40
12+
versionName "1.11.0"
1313
}
1414

1515
buildTypes {

app/src/main/AndroidManifest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
android:icon="@mipmap/ic_launcher"
2323
android:installLocation="internalOnly"
2424
android:label="@string/app_name"
25+
android:resizeableActivity="true"
2526
android:supportsRtl="true"
2627
android:theme="@style/AppTheme">
2728

0 commit comments

Comments
 (0)