Skip to content

Commit

Permalink
Version 1.1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wench committed Nov 2, 2018
1 parent 1339f2e commit 5e8928a
Show file tree
Hide file tree
Showing 15 changed files with 3,139 additions and 2,586 deletions.
160 changes: 91 additions & 69 deletions Ao3TrackReader/Ao3TrackReader.Droid/Ao3TrackReader.Droid.csproj

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions Ao3TrackReader/Ao3TrackReader.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ public override void OnReceive(Context context, Intent intent)

protected override void OnCreate(Bundle bundle)
{
//System.Diagnostics.Debugger.Break();
switch (Ao3TrackReader.App.Theme)
{
case "light":
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:installLocation="auto" package="net.wenchy.ao3track.reader" android:versionName="1.1.2.0" android:versionCode="100100200">
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="25" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application android:label="Archive Track Reader" android:icon="@drawable/Icon">
</application>
<uses-sdk android:minSdkVersion="16" android:targetSdkVersion="28" />
<uses-permission android:name="android.permission.INTERNET" />
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
<application android:label="Archive Track Reader" android:icon="@drawable/Icon"></application>
</manifest>
Loading

0 comments on commit 5e8928a

Please sign in to comment.