We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f9a20f0 + 15f6380 commit 0ca126aCopy full SHA for 0ca126a
2 files changed
system_theme/android/build.gradle
@@ -2,7 +2,7 @@ group 'com.bruno.system_theme'
2
version '1.0-SNAPSHOT'
3
4
buildscript {
5
- ext.kotlin_version = '1.5.20'
+ ext.kotlin_version = '1.7.0'
6
repositories {
7
google()
8
jcenter()
@@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
25
apply plugin: 'kotlin-android'
26
27
android {
28
+ namespace 'com.bruno.system_theme'
29
compileSdkVersion 31
30
31
sourceSets {
system_theme/example/android/build.gradle
@@ -1,5 +1,5 @@
1
- ext.kotlin_version = '1.6.10'
mavenCentral()
0 commit comments