mirror of
https://github.com/Suwayomi/TachideskJUI.git
synced 2025-12-10 14:52:03 +01:00
Address some build warnings
This commit is contained in:
@@ -94,6 +94,7 @@ dependencies {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.android"
|
||||||
defaultConfig {
|
defaultConfig {
|
||||||
applicationId = "ca.gosyer.jui.android"
|
applicationId = "ca.gosyer.jui.android"
|
||||||
versionCode = migrationCode
|
versionCode = migrationCode
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="ca.gosyer.jui.android">
|
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
|
||||||
<!-- Internet -->
|
<!-- Internet -->
|
||||||
<uses-permission android:name="android.permission.INTERNET" />
|
<uses-permission android:name="android.permission.INTERNET" />
|
||||||
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
<uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" />
|
||||||
|
|||||||
@@ -12,5 +12,5 @@ dependencies {
|
|||||||
implementation(gradleKotlinDsl())
|
implementation(gradleKotlinDsl())
|
||||||
implementation(gradleApi())
|
implementation(gradleApi())
|
||||||
implementation(localGroovy())
|
implementation(localGroovy())
|
||||||
implementation("de.undercouch:gradle-download-task:4.1.2")
|
implementation("de.undercouch:gradle-download-task:5.3.0")
|
||||||
}
|
}
|
||||||
2
buildSrc/settings.gradle.kts
Normal file
2
buildSrc/settings.gradle.kts
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
|
||||||
|
rootProject.name = "buildSrc"
|
||||||
@@ -123,3 +123,7 @@ dependencies {
|
|||||||
buildkonfig {
|
buildkonfig {
|
||||||
packageName = "ca.gosyer.jui.core.build"
|
packageName = "ca.gosyer.jui.core.build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.core"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.core"/>
|
<manifest/>
|
||||||
|
|||||||
@@ -118,3 +118,7 @@ dependencies {
|
|||||||
buildkonfig {
|
buildkonfig {
|
||||||
packageName = "ca.gosyer.jui.data.build"
|
packageName = "ca.gosyer.jui.data.build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.data"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.data"/>
|
<manifest/>
|
||||||
|
|||||||
@@ -132,3 +132,7 @@ dependencies {
|
|||||||
buildkonfig {
|
buildkonfig {
|
||||||
packageName = "ca.gosyer.jui.domain.build"
|
packageName = "ca.gosyer.jui.domain.build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.domain"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.domain"/>
|
<manifest/>
|
||||||
|
|||||||
@@ -59,6 +59,7 @@ multiplatformResources {
|
|||||||
}
|
}
|
||||||
|
|
||||||
android {
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.i18n"
|
||||||
lint {
|
lint {
|
||||||
disable += "MissingTranslation"
|
disable += "MissingTranslation"
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.i18n"/>
|
<manifest/>
|
||||||
|
|||||||
@@ -150,3 +150,7 @@ dependencies {
|
|||||||
buildkonfig {
|
buildkonfig {
|
||||||
packageName = "ca.gosyer.jui.presentation.build"
|
packageName = "ca.gosyer.jui.presentation.build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.presentation"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.presentation"/>
|
<manifest/>
|
||||||
|
|||||||
@@ -116,3 +116,7 @@ kotlin {
|
|||||||
buildkonfig {
|
buildkonfig {
|
||||||
packageName = "ca.gosyer.jui.uicore.build"
|
packageName = "ca.gosyer.jui.uicore.build"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
android {
|
||||||
|
namespace = "ca.gosyer.jui.uicore"
|
||||||
|
}
|
||||||
|
|||||||
@@ -1,2 +1,2 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<manifest package="ca.gosyer.jui.uicore"/>
|
<manifest/>
|
||||||
|
|||||||
Reference in New Issue
Block a user