File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -135,6 +135,8 @@ android {
135135 compileSdk = libs.versions.android.compile.get().toInt()
136136 defaultConfig.minSdk = libs.versions.android.min.get().toInt()
137137
138+ namespace = " com.juul.kable"
139+
138140 lint {
139141 abortOnError = true
140142 warningsAsErrors = true
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<manifest
3- package =" com.juul.kable"
43 xmlns : android =" http://schemas.android.com/apk/res/android"
54 xmlns : tools =" http://schemas.android.com/tools"
65 >
Original file line number Diff line number Diff line change @@ -35,6 +35,8 @@ android {
3535 compileSdk = libs.versions.android.compile.get().toInt()
3636 defaultConfig.minSdk = libs.versions.android.min.get().toInt()
3737
38+ namespace = " com.juul.kable"
39+
3840 lint {
3941 abortOnError = true
4042 warningsAsErrors = true
@@ -46,8 +48,4 @@ android {
4648 sourceCompatibility = JavaVersion .VERSION_11
4749 targetCompatibility = JavaVersion .VERSION_11
4850 }
49-
50- sourceSets {
51- getByName(" main" ).manifest.srcFile(" src/androidMain/AndroidManifest.xml" )
52- }
5351}
Load diff This file was deleted.
You can’t perform that action at this time.
0 commit comments