Skip to content

Commit

Permalink
Merge pull request #508 from ash80/develop
Browse files Browse the repository at this point in the history
Included namespace for Android Gradle Plugin Version 8.0+ and Gradle Version 8.0
  • Loading branch information
IVLIVS-III authored Oct 10, 2023
2 parents 623f0bf + 6d65268 commit e991dcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ android {
kotlinOptions {
jvmTarget = JavaVersion.VERSION_1_8.toString()
}
namespace 'com.builttoroam.devicecalendar'
}

dependencies {
Expand Down

0 comments on commit e991dcc

Please sign in to comment.