Skip to content

Commit

Permalink
Merge pull request #131 from muak/development
Browse files Browse the repository at this point in the history
Development
  • Loading branch information
muak authored Sep 29, 2020
2 parents ffb1228 + 5b26abd commit 18db7d0
Show file tree
Hide file tree
Showing 23 changed files with 147 additions and 775 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@

.vs/
mono_crash.*
.idea/

# User-specific files
*.suo
Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample.Droid/MainActivity.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ protected override void OnCreate(Bundle bundle)
global::Xamarin.Forms.Forms.SetFlags("FastRenderers_Experimental");
global::Xamarin.Forms.Forms.Init(this, bundle);
AiForms.Effects.Droid.Effects.Init();
Xamarin.Forms.Svg.Droid.SvgImage.Init();
Xamarin.Forms.Svg.Droid.SvgImage.Init(this);
AiForms.Renderers.Droid.SettingsViewInit.Init();


Expand Down
2 changes: 1 addition & 1 deletion Sample/Sample.Droid/Properties/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="kamusoft.sample">
<uses-sdk android:minSdkVersion="22" />
<uses-sdk android:minSdkVersion="22" android:targetSdkVersion="29" />
<application android:label="Sample"></application>
</manifest>
290 changes: 37 additions & 253 deletions Sample/Sample.Droid/Sample.Droid.csproj

Large diffs are not rendered by default.

107 changes: 0 additions & 107 deletions Sample/Sample.Droid/packages.config

This file was deleted.

Loading

0 comments on commit 18db7d0

Please sign in to comment.