Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions uni_links/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ rootProject.allprojects {
apply plugin: 'com.android.library'

android {
namespace "name.avioli.unilinks"

compileSdkVersion 28

defaultConfig {
Expand Down
2 changes: 1 addition & 1 deletion uni_links/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: uni_links
description: Flutter plugin for accepting incoming links - App/Deep Links (Android), Universal Links and Custom URL schemes (iOS).
version: 0.5.1
version: 0.5.2
homepage: https://github.com/avioli/uni_links/tree/master/uni_links

dependencies:
Expand Down