Skip to content

Commit

Permalink
update agp and set namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
saschoar committed Oct 24, 2023
1 parent 495d59b commit 599be31
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
mavenCentral()
}
dependencies {
classpath('com.android.tools.build:gradle:7.4.2')
classpath('com.android.tools.build:gradle:8.1.2')
classpath("org.jetbrains.kotlin:kotlin-gradle-plugin:1.9.10")
classpath("com.github.dcendents:android-maven-gradle-plugin:2.1")
}
Expand Down
1 change: 1 addition & 0 deletions library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ plugins {
}

android {
namespace "com.transferwise.sequencelayout"
compileSdk = 34

defaultConfig {
Expand Down
1 change: 1 addition & 0 deletions sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ plugins {
}

android {
namespace "com.transferwise.sequencelayout.sample"
compileSdk = 34
defaultConfig {
minSdkVersion(16)
Expand Down

0 comments on commit 599be31

Please sign in to comment.