From 7cd2a9da5bd2cb5542bc58fc503bfc1a3d1189d0 Mon Sep 17 00:00:00 2001 From: Fasta_Biqul_Hoirot Date: Fri, 7 Jun 2024 16:45:30 +0700 Subject: [PATCH] Update app/build.gradle --- app/build.gradle | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index 70a250f..07f1e57 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -15,10 +15,7 @@ android { defaultConfig { applicationId "com.example.apk_deteksi_kualitas_telur" minSdk 21 - targetSdk 33 - renderscriptSupportModeEnabled true - versionCode 1 - versionName "1.0" + testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } @@ -45,10 +42,6 @@ android { dependencies { implementation 'androidx.core:core-ktx:1.7.0' implementation 'androidx.appcompat:appcompat:1.6.1' - implementation 'com.google.android.material:material:1.9.0' - implementation 'androidx.constraintlayout:constraintlayout:2.1.4' - implementation 'com.google.android.gms:play-services-maps:18.1.0' - implementation 'org.tensorflow:tensorflow-lite-gpu:2.3.0' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'