api: initial commit

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-06-03 00:32:17 +05:30
parent 29c374859b
commit fcfcbfbf92
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80
17 changed files with 274 additions and 12 deletions

View file

@ -11,8 +11,8 @@ version = "1.0"
repositories { google() }
dependencies {
implementation(project(":common"))
implementation("androidx.activity:activity-compose:1.3.0-alpha08")
implementation(projects.common)
implementation("androidx.activity:activity-compose:1.3.0-beta01")
}
android {