|
@@ -66,6 +66,7 @@ android {
|
|
|
}
|
|
|
|
|
|
assetPacks += mutableSetOf({{quote-and-join-colon-prefix asset-packs}})
|
|
|
+ namespace = "{{reverse-domain app.domain}}.{{snake-case app.name}}"
|
|
|
}
|
|
|
|
|
|
rust {
|
|
@@ -79,12 +80,12 @@ dependencies {
|
|
|
implementation(platform("{{this}}")){{/each}}
|
|
|
{{~#each android-app-dependencies}}
|
|
|
implementation("{{this}}"){{/each}}
|
|
|
- implementation("androidx.webkit:webkit:1.4.0")
|
|
|
- implementation("androidx.appcompat:appcompat:1.5.0")
|
|
|
- implementation("com.google.android.material:material:1.6.1")
|
|
|
+ implementation("androidx.webkit:webkit:1.5.0")
|
|
|
+ implementation("androidx.appcompat:appcompat:1.5.1")
|
|
|
+ implementation("com.google.android.material:material:1.7.0")
|
|
|
testImplementation("junit:junit:4.13.2")
|
|
|
- androidTestImplementation("androidx.test.ext:junit:1.1.3")
|
|
|
- androidTestImplementation("androidx.test.espresso:espresso-core:3.4.0")
|
|
|
+ androidTestImplementation("androidx.test.ext:junit:1.1.4")
|
|
|
+ androidTestImplementation("androidx.test.espresso:espresso-core:3.5.0")
|
|
|
}
|
|
|
|
|
|
afterEvaluate {
|