Skip to content

Commit 0ca126a

Browse files
authored
Fix failure related to namespace when upgrading to AGP 8 and newer (#35)
2 parents f9a20f0 + 15f6380 commit 0ca126a

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

system_theme/android/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ group 'com.bruno.system_theme'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.5.20'
5+
ext.kotlin_version = '1.7.0'
66
repositories {
77
google()
88
jcenter()
@@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28+
namespace 'com.bruno.system_theme'
2829
compileSdkVersion 31
2930

3031
sourceSets {

system_theme/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.6.10'
2+
ext.kotlin_version = '1.7.0'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)