Skip to content

Commit

Permalink
Migrate to AGP namespaces (#3562)
Browse files Browse the repository at this point in the history
* Migrate to AGP namespaces

* Use `app.cash`
  • Loading branch information
Goooler committed Oct 4, 2022
1 parent 0b95db5 commit 64b8bff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions drivers/android-driver/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ archivesBaseName = 'sqldelight-android-driver'

android {
compileSdk libs.versions.compileSdk.get() as int
namespace = "app.cash.sqldelight.driver.android"

lint {
textReport true
Expand Down
1 change: 0 additions & 1 deletion drivers/android-driver/src/main/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions sample/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ plugins {

android {
compileSdk libs.versions.compileSdk.get() as int
namespace = "com.example.sqldelight.hockey"

lint {
textOutput file("$reportsDir/lint-results.txt")
Expand Down
4 changes: 1 addition & 3 deletions sample/android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.example.sqldelight.hockey"
>
<manifest xmlns:android="http://schemas.android.com/apk/res/android">

<application
android:label="@string/app_name"
Expand Down

0 comments on commit 64b8bff

Please sign in to comment.