Skip to content

Commit

Permalink
Fix failure related to namespace when upgrading to AGP 8 and newer (#35)
Browse files Browse the repository at this point in the history
  • Loading branch information
bdlukaa committed Sep 19, 2024
2 parents f9a20f0 + 15f6380 commit 0ca126a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion system_theme/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ group 'com.bruno.system_theme'
version '1.0-SNAPSHOT'

buildscript {
ext.kotlin_version = '1.5.20'
ext.kotlin_version = '1.7.0'
repositories {
google()
jcenter()
Expand All @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'com.bruno.system_theme'
compileSdkVersion 31

sourceSets {
Expand Down
2 changes: 1 addition & 1 deletion system_theme/example/android/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
buildscript {
ext.kotlin_version = '1.6.10'
ext.kotlin_version = '1.7.0'
repositories {
google()
mavenCentral()
Expand Down

0 comments on commit 0ca126a

Please sign in to comment.