Skip to content

Commit

Permalink
AGP 8.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LouisCAD committed Oct 3, 2023
1 parent 85ada24 commit dfcd35f
Show file tree
Hide file tree
Showing 105 changed files with 86 additions and 274 deletions.
3 changes: 1 addition & 2 deletions buildSrc/src/main/kotlin/config/AndroidLibraryConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,13 @@ fun AndroidLibraryExtension.setDefaults(generateBuildConfig: Boolean = false) {
compileSdk = ProjectVersions.androidSdk
defaultConfig {
minSdk = 14
targetSdk = ProjectVersions.androidSdk
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
}
buildTypes {
getByName("release") {
isMinifyEnabled = false
}
}
@Suppress("UnstableApiUsage")
buildFeatures {
this.buildConfig = generateBuildConfig
}
Expand All @@ -31,6 +29,7 @@ fun AndroidLibraryExtension.setDefaults(generateBuildConfig: Boolean = false) {
sourceSets.getByName("release") {
res.srcDir("src/androidRelease/res")
}
@Suppress("UnstableApiUsage")
testOptions {
unitTests.isIncludeAndroidResources = true // Required for Roboelectric
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.appcompat.with.views.dsl"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions fun-packs/android-appcompat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.appcompat"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions fun-packs/android-base-with-views-dsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.base.with.views.dsl"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions fun-packs/android-base/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.base"
}

kotlin {
Expand Down
4 changes: 0 additions & 4 deletions fun-packs/android-base/src/androidMain/AndroidManifest.xml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.material.components.with.views.dsl"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions fun-packs/android-material-components/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fun.pack.android.material.components"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions modules/activities/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.activities"
}

kotlin {
Expand Down
4 changes: 0 additions & 4 deletions modules/activities/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/alertdialog-appcompat-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.alertdialog.appcompat.coroutines"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions modules/alertdialog-appcompat/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.alertdialog.appcompat"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions modules/alertdialog-material/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.alertdialog.material"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions modules/alertdialog/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.alertdialog"
}

kotlin {
Expand Down
6 changes: 0 additions & 6 deletions modules/alertdialog/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/appctx/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.init"
}

kotlin {
Expand Down
3 changes: 1 addition & 2 deletions modules/appctx/src/androidMain/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
package="splitties.init">
xmlns:tools="http://schemas.android.com/tools">

<application>
<provider
Expand Down
1 change: 1 addition & 0 deletions modules/arch-lifecycle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.arch.lifecycle"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/arch-lifecycle/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/arch-room/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.arch.room"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/arch-room/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/bundle/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.bundle"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/bundle/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/checkedlazy/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.checkedlazy"
}

kotlin {
Expand Down
9 changes: 0 additions & 9 deletions modules/checkedlazy/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/dimensions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.dimensions"
}

kotlin {
Expand Down
6 changes: 0 additions & 6 deletions modules/dimensions/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/exceptions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.exceptions"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/exceptions/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/fragmentargs/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fragmentargs.support"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/fragmentargs/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/fragments/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.fragments"
}

kotlin {
Expand Down
4 changes: 0 additions & 4 deletions modules/fragments/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/intents/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.intents"
buildTypes.getByName("release").consumerProguardFiles("proguard-rules.pro")
}

Expand Down
4 changes: 0 additions & 4 deletions modules/intents/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/lifecycle-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.lifecycle.coroutines"
}

kotlin {
Expand Down

This file was deleted.

1 change: 1 addition & 0 deletions modules/mainhandler/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.mainhandler"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/mainhandler/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/mainthread/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.mainthread"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/mainthread/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/material-colors/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.material.colors"
}

kotlin {
Expand Down
4 changes: 0 additions & 4 deletions modules/material-colors/src/androidMain/AndroidManifest.xml

This file was deleted.

1 change: 1 addition & 0 deletions modules/material-lists/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ plugins {

android {
setDefaults()
namespace = "splitties.material.lists"
}

kotlin {
Expand Down
5 changes: 0 additions & 5 deletions modules/material-lists/src/androidMain/AndroidManifest.xml

This file was deleted.

Loading

0 comments on commit dfcd35f

Please sign in to comment.