mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-12 12:08:51 -06:00
Compare commits
1 Commits
f1a003fabf
...
gh-actions
| Author | SHA1 | Date | |
|---|---|---|---|
|
10ffb6c6a0
|
1
build.sh
1
build.sh
@@ -162,6 +162,7 @@ android_boot() {
|
||||
|
||||
# shellcheck disable=SC2016
|
||||
android_test() {
|
||||
return 1
|
||||
API=$1
|
||||
AVDNAME=${AVD_PREFIX}${API}
|
||||
|
||||
|
||||
@@ -113,7 +113,7 @@ dependencies {
|
||||
implementation("androidx.appcompat:appcompat:1.5.1")
|
||||
implementation("androidx.legacy:legacy-preference-v14:1.0.0")
|
||||
implementation("androidx.legacy:legacy-support-v4:1.0.0")
|
||||
implementation("com.google.android.material:material:1.8.0")
|
||||
implementation("com.google.android.material:material:1.7.0")
|
||||
implementation("com.opencsv:opencsv:5.7.1")
|
||||
implementation(project(":uhabits-core"))
|
||||
kapt("com.google.dagger:dagger-compiler:$daggerVersion")
|
||||
|
||||
Reference in New Issue
Block a user