upgrading build tools and NuGet packages. switching to Xamarin's Biometric Bindings (even though this reverts from 1.0.1 to 1.0.0) because of build issues/incompatibilities

This commit is contained in:
Philipp Crocoll
2020-03-02 10:07:55 +01:00
parent e1416b984e
commit 8fbeb5c409
44 changed files with 3222 additions and 2667 deletions

View File

@@ -1,17 +1,17 @@
cd ..\java\JavaFileStorageTest-AS
call gradlew assemble
./gradlew assemble
cd ..\KP2ASoftkeyboard_AS
call gradlew assemble
./gradlew assemble
cd ..\Keepass2AndroidPluginSDK2
call gradlew assemble
./gradlew assemble
cd ..\KP2AKdbLibrary
call gradlew assemble
./gradlew assemble
cd ..\PluginQR
call gradlew assemble
./gradlew assemble
cd ..\..\build-scripts

View File

@@ -0,0 +1,17 @@
cd ..\java\JavaFileStorageTest-AS
./gradlew -q :app:dependencies > ../../build-scripts/dependencies-JavaFileStorageTest-AS.txt
cd ..\KP2ASoftkeyboard_AS
./gradlew -q :app:dependencies > ../../build-scripts/dependencies-KP2ASoftkeyboard_AS.txt
cd ..\Keepass2AndroidPluginSDK2
./gradlew -q :app:dependencies > ../../build-scripts/dependencies-Keepass2AndroidPluginSDK2.txt
cd ..\KP2AKdbLibrary
./gradlew -q :app:dependencies > ../../build-scripts/dependencies-KP2AKdbLibrary.txt
cd ..\PluginQR
./gradlew -q :app:dependencies > ../../build-scripts/dependencies-PluginQR.txt
cd ..\..\build-scripts