Skip to content

Latest commit

 

History

History

android

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Core - Android

Kotlin implementation of reown Core SDK for Android applications.

Maven Central

Requirements

  • Android min SDK 23
  • Java 11

Documentation and usage

 

Installation

root/build.gradle.kts:

allprojects {
 repositories {
    mavenCentral()
    maven { url "https://jitpack.io" }
 }
}

app/build.gradle.kts

implementation("com.reown:android-core:release_version")

Project ID

For the Project ID look at Project ID.