December 2018
Intermediate to advanced
274 pages
7h 46m
English
In order to access the Fritz interpreter, you need to add dependencies to your project. To do this, open the build.gradle file of your module app. You need to add a repository entry pointing to the Fritz Maven repository. To do this, add the following lines:
repositories { maven { url "https://raw.github.com/fritzlabs/fritz-repository/master" }}
Now add the Fritz dependencies:
dependencies { implementation fileTree(dir: 'libs', include: ['*.jar']) implementation 'com.android.support:appcompat-v7:27.1.0' implementation 'com.android.support.constraint:constraint-layout:1.1.2' implementation 'ai.fritz:core:1.0.0' implementation 'ai.fritz:custom-model-tfmobile:1.0.0' implementation 'com.stripe:stripe-android:6.1.2' ...Read now
Unlock full access