weilu
d36a12a9c6
Merge remote-tracking branch 'upstream/master' into dev
...
# Conflicts:
# android/build.gradle
# android/src/main/kotlin/com/apptreesoftware/barcodescan/BarcodeScanPlugin.kt
# example/.gitignore
# example/android/app/src/main/AndroidManifest.xml
# example/android/gradle.properties
# pubspec.yaml
2020-04-10 13:43:52 +08:00
Julian Finkler
14a744d0af
Owner changes:
...
Android:
Kotlin Package: `com.apptreesoftware.barcodescan` -> `de.mintware.barcode_scan`
Manifest-Package: `com.yourcompany.barcodescan` -> `de.mintware.barcodescan`
Activity: `com.apptreesoftware.barcodescan.BarcodeScannerActivity` -> `de.mintware.barcode_scan.BarcodeScannerActivity`
iOS:
Bundle ID: `com.apptreesoftware.barcode.plugin.example` -> `de.mintware.barcode_scan.plugin.example`
Flutter:
Method channel: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
pubspec.yaml:
- homepage updated
- deprecated author entry removed
- comments removed
- flutter.plugin.androidPackage: `com.apptreesoftware.barcode_scan` -> `de.mintware.barcode_scan`
README.md updated and UPGRADE.md added
2020-02-19 23:19:14 +01:00
weilu
99718f6af2
依赖版本修改
2019-08-15 16:09:44 +08:00
dustin
dcfdc5a0c4
update android gradle configuration and declare activity in library
...
If you declare the activity in the library, the hosting application's
manifest will get merged with the library manifest and then the end user
doesn't have to edit their manifest before this plugin works.
also updated to latest gradle plugin and kotlin versions
2018-08-09 14:21:26 -07:00
Matthew Smith
0e4339160f
Initial commit
2017-10-29 10:05:11 -07:00