Skip to content

Commit

Permalink
fix wrong recent changes, version 2.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
friedger committed Feb 13, 2019
1 parent 5ffc2f2 commit 5627010
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FileManager/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -177,11 +177,11 @@
<!-- Activities from OI Distribution Library -->
<activity
android:name="org.openintents.distribution.EulaActivity"
android:theme="@android:style/Theme.DeviceDefault"
android:theme="@style/Theme.AppCompat"
tools:ignore="NewApi"/>
<activity
android:name="org.openintents.distribution.NewVersionActivity"
android:theme="@android:style/Theme.DeviceDefault"
android:theme="@style/Theme.AppCompat"
tools:ignore="NewApi"/>
<activity
android:name=".search.SearchableActivity"
Expand Down
2 changes: 1 addition & 1 deletion FileManager/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apply plugin: 'com.android.application'

dependencies {
implementation 'com.github.openintents:distribution:1.1.3'
implementation 'com.github.openintents:distribution:3.0.2'
implementation 'androidx.appcompat:appcompat:1.0.2'

androidTestImplementation 'androidx.test:runner:1.1.1'
Expand Down
3 changes: 2 additions & 1 deletion FileManager/res/raw/recent_changes.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
----------------
release: 2.2.4
release: 2.2.5

- add hungarian translations
- fix send multiple files

----------------
release: 2.2.3
Expand Down
2 changes: 1 addition & 1 deletion FileManager/res/xml/about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<oi:artists oi:resource="@array/about_artists"/>
<oi:website-label oi:value="@string/app_name"/>
<oi:website-url oi:value="@string/about_website_url"/>
<oi:license oi:resource="@raw/license_short"/>
<oi:license oi:resource="@raw/oi_distribution_license_short"/>
<oi:email oi:value="@string/about_email"/>
<oi:recent-changes oi:resource="@raw/recent_changes"/>
</about>
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext.version_code = 41
ext.version_name = '2.2.4'
ext.version_code = 43
ext.version_name = '2.2.6'
ext.compile_sdk_version = 28
ext.target_sdk_version = 28
ext.min_sdk_version = 14
Expand Down

0 comments on commit 5627010

Please sign in to comment.