Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

could not find any matches for com.transistorsoft:tsbackgroundfetch:+ as no versions of com.transistorsoft:tsbackgroundfetch are available.

// Add to build.gradle (android)

allprojects {
    repositories {
        ....
        maven { url "$rootDir/../node_modules/@transistorsoft/capacitor-background-fetch/android/libs" }
        // If you also have the same problem with capacitor-background-geolocation
      	maven { url "$rootDir/../node_modules/@transistorsoft/capacitor-background-geolocation/android/libs" }
    }
}
 
PREVIOUS NEXT
Tagged: #find #matches #versions
ADD COMMENT
Topic
Name
1+9 =