Skip to content

Commit

Permalink
chor
Browse files Browse the repository at this point in the history
  • Loading branch information
abbasalim committed Sep 12, 2023
1 parent b612654 commit 253fadc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ plugins {

android {
namespace = "ir.mowjapp.memojipickerexample"
compileSdk = 33
compileSdk = 34

defaultConfig {
applicationId = "ir.mowjapp.memojipickerexample"
minSdk = 21
targetSdk = 33
versionCode = 1
versionName = "1.0"

Expand Down Expand Up @@ -47,6 +46,7 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildToolsVersion = "33.0.1"
}

dependencies {
Expand Down
7 changes: 3 additions & 4 deletions memojipicker/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,17 +1,15 @@
plugins {
id("com.android.library")
id("org.jetbrains.kotlin.android")
id ("maven-publish")
}

android {
namespace = "ir.mowjapp.memojipicker"
compileSdk = 33
compileSdk = 34

defaultConfig {
minSdk = 21
targetSdk = 33


testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables {
useSupportLibrary = true
Expand Down Expand Up @@ -45,6 +43,7 @@ android {
excludes += "/META-INF/{AL2.0,LGPL2.1}"
}
}
buildToolsVersion = "33.0.1"
}

dependencies {
Expand Down

0 comments on commit 253fadc

Please sign in to comment.