mirror of
https://github.com/dzeiocom/OpenHealth.git
synced 2025-07-01 09:09:18 +00:00
feat(app): Add OSS licenses notice #69
This commit is contained in:
@ -8,6 +8,9 @@ plugins {
|
||||
// Safe Navigation
|
||||
id("androidx.navigation.safeargs")
|
||||
|
||||
// OSS Licenses
|
||||
id("com.google.android.gms.oss-licenses-plugin")
|
||||
|
||||
// keep at bottom
|
||||
kotlin("kapt")
|
||||
}
|
||||
@ -29,7 +32,7 @@ android {
|
||||
keyAlias = keystoreProperties["keyAlias"] as String
|
||||
storeFile = file(keystoreProperties["storeFile"] as String)
|
||||
}
|
||||
} catch (e: Exception) {}
|
||||
} catch (_: Exception) {}
|
||||
|
||||
}
|
||||
}
|
||||
@ -113,9 +116,9 @@ dependencies {
|
||||
|
||||
// Core dependencies
|
||||
implementation("androidx.core:core-ktx:1.8.0")
|
||||
implementation("androidx.appcompat:appcompat:1.6.0-alpha05")
|
||||
implementation("androidx.appcompat:appcompat:1.6.0-beta01")
|
||||
implementation("javax.inject:javax.inject:1")
|
||||
implementation("com.google.android.material:material:1.7.0-alpha03")
|
||||
implementation("com.google.android.material:material:1.7.0-beta01")
|
||||
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
|
||||
implementation("androidx.lifecycle:lifecycle-livedata-ktx:2.5.1")
|
||||
implementation("androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1")
|
||||
@ -176,4 +179,7 @@ dependencies {
|
||||
implementation("com.google.guava:guava:31.1-jre")
|
||||
implementation("androidx.concurrent:concurrent-futures:1.1.0")
|
||||
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-guava:1.6.4")
|
||||
|
||||
// OSS Licenses
|
||||
implementation("com.google.android.gms:play-services-oss-licenses:17.0.0")
|
||||
}
|
||||
|
Reference in New Issue
Block a user