Skip to content

Commit

Permalink
Merge pull request gree#25 from toshiaki-satsuma/fix/add-namespace
Browse files Browse the repository at this point in the history
fix: add namespace
  • Loading branch information
toshiaki-satsuma authored Dec 19, 2024
2 parents 8ddd786 + 13dd9f2 commit d5f31a7
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
3 changes: 2 additions & 1 deletion packages/patapata_adjust/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'dev.patapata.patapata_adjust'
compileSdkVersion 34

compileOptions {
Expand Down
3 changes: 2 additions & 1 deletion packages/patapata_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:1.8.10"
}
Expand All @@ -27,6 +27,7 @@ apply plugin: 'kotlin-android'
apply plugin: 'org.jetbrains.dokka'

android {
namespace 'dev.patapata.patapata_core'
compileSdkVersion 34

compileOptions {
Expand Down
3 changes: 2 additions & 1 deletion packages/patapata_firebase_messaging/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'dev.patapata.patapata_firebase_messaging'
compileSdkVersion 34

compileOptions {
Expand Down
3 changes: 2 additions & 1 deletion packages/patapata_karte_core/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:7.3.0'
classpath 'com.android.tools.build:gradle:8.1.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand All @@ -25,6 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
namespace 'dev.patapata.patapata_karte_core'
compileSdkVersion 34

compileOptions {
Expand Down

0 comments on commit d5f31a7

Please sign in to comment.