Update build.gradle

This commit is contained in:
Abdulraheem Ahmad 2024-08-29 12:35:57 +01:00 committed by GitHub
parent 96f487bf99
commit 441b95e20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -25,6 +25,8 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'
android {
namespace 'com.morbit.photogallery'
compileSdkVersion 33
compileOptions {
@ -51,4 +53,4 @@ android {
dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
}
}