Skip to content

Commit 9519c42

Browse files
Merge pull request #226 from smswithoutborders/dev
Dev
2 parents 0092caa + 669124d commit 9519c42

77 files changed

Lines changed: 4153 additions & 563 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

app/build.gradle

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ android {
3737
"$projectDir/schemas".toString()]
3838
}
3939
}
40-
resourceConfigurations += ['en', 'fr', 'fa', 'es', 'tr', 'ar', 'de', 'sw']
40+
resourceConfigurations += ['en', 'fr', 'fa', 'es', 'tr', 'ar', 'de', 'sw', 'zh', 'ko', 'hi', 'sn']
4141

4242
manifestPlaceholders =
4343
['appAuthRedirectScheme': 'oauth.afkanerd.com']
@@ -170,6 +170,9 @@ dependencies {
170170
implementation libs.androidx.room.runtime
171171
annotationProcessor libs.androidx.room.compiler
172172

173+
// Kotlin Extensions and Coroutines support for Room
174+
implementation(libs.androidx.room.ktx)
175+
173176

174177
// (Java only)
175178
implementation libs.androidx.work.runtime
@@ -197,13 +200,18 @@ dependencies {
197200
implementation libs.ccp
198201

199202
implementation libs.okhttp
203+
implementation(platform(libs.okhttp.bom))
204+
implementation(libs.okhttp3.okhttp)
205+
implementation(libs.logging.interceptor)
200206
implementation libs.javax.annotation.api
201207
implementation libs.grpc.core
202208
implementation libs.grpc.stub
203209
implementation libs.grpc.okhttp
204210
implementation(libs.grpc.protobuf.lite) {
205211
exclude module: "protobuf-lite"
206212
}
213+
androidTestImplementation(libs.grpc.testing)
214+
androidTestImplementation(libs.grpc.inprocess)
207215

208216
// Add protobuf-java dependency
209217
implementation libs.protobuf.java

app/debug/output-metadata.json

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"version": 3,
3+
"artifactType": {
4+
"type": "APK",
5+
"kind": "Directory"
6+
},
7+
"applicationId": "com.afkanerd.sw0b",
8+
"variantName": "debug",
9+
"elements": [
10+
{
11+
"type": "SINGLE",
12+
"filters": [],
13+
"attributes": [],
14+
"versionCode": 66,
15+
"versionName": "0.18.0",
16+
"outputFile": "app-debug.apk"
17+
}
18+
],
19+
"elementType": "File",
20+
"minSdkVersionForDexing": 24
21+
}
-12.6 KB
Binary file not shown.
-12.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)