Add backgroundfetch to the libs folder
This commit is contained in:
parent
0404cf6e2f
commit
3c8b80719a
8 changed files with 27 additions and 3 deletions
Binary file not shown.
|
@ -0,0 +1 @@
|
|||
fb1f66485aba9fe2902d92b14a07c31b
|
|
@ -0,0 +1 @@
|
|||
f73ddbe245124f1de37b45368a998485cbf8d504
|
|
@ -0,0 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.transistorsoft</groupId>
|
||||
<artifactId>tsbackgroundfetch</artifactId>
|
||||
<version>0.5.0</version>
|
||||
<packaging>aar</packaging>
|
||||
</project>
|
|
@ -0,0 +1 @@
|
|||
1bd865d785ff0e368148e99df59fc662
|
|
@ -0,0 +1 @@
|
|||
ee692de91fd8dd427fee549a0f20fa2c46789fed
|
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<metadata>
|
||||
<groupId>com.transistorsoft</groupId>
|
||||
<artifactId>tsbackgroundfetch</artifactId>
|
||||
<versioning>
|
||||
<release>0.5.0</release>
|
||||
<versions>
|
||||
<version>0.4.5</version>
|
||||
<version>0.4.6</version>
|
||||
<version>0.5.0</version>
|
||||
</versions>
|
||||
<lastUpdated>20210218172122</lastUpdated>
|
||||
</versioning>
|
||||
</metadata>
|
|
@ -17,9 +17,6 @@ allprojects {
|
|||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
maven {
|
||||
url "../../thirdparty/flutter_background_fetch/android/libs" // for background_fetch
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue