Skip to content

Commit

Permalink
new
Browse files Browse the repository at this point in the history
  • Loading branch information
Willie169 committed Oct 11, 2024
1 parent 318ac70 commit 84b0847
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 28 deletions.
10 changes: 3 additions & 7 deletions app/build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

plugins {
id("com.android.application")

}

android {
Expand All @@ -15,8 +14,8 @@ android {
versionCode = 10
versionName = "1.0"

vectorDrawables {
useSupportLibrary = false
vectorDrawables {
useSupportLibrary = true
}
}

Expand All @@ -28,13 +27,12 @@ android {
buildTypes {
release {
isMinifyEnabled = true
proguardFiles(getDefaultProguardFile("proguard-android-optimize.txt"), "proguard-rules.pro")
aaptOptions.cruncherEnabled = false
}
}

buildFeatures {
viewBinding = true

}

lintOptions {
Expand All @@ -43,8 +41,6 @@ android {
}

dependencies {


implementation("com.google.android.material:material:1.9.0")
implementation("androidx.constraintlayout:constraintlayout:2.1.4")
implementation("androidx.appcompat:appcompat:1.6.1")
Expand Down
21 changes: 0 additions & 21 deletions app/proguard-rules.pro

This file was deleted.

Binary file modified com.willie.mancala_10.apk
Binary file not shown.

0 comments on commit 84b0847

Please sign in to comment.