Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

record Android

Android specific implementation for record package called by record_platform_interface.

Setup

Plugin targets API level 34:

You can either choose to stay with v7 version or upgrade to v8.

Here's the setup for v7 latest version:

In android/settings.gradle, apply:

plugins {
    id "com.android.application" version "7.4.2" apply false
    ...
}