Update app/build.gradle

This commit is contained in:
Fasta_Biqul_Hoirot 2024-06-07 16:45:30 +07:00
parent 44c1cd46e8
commit 7cd2a9da5b
1 changed files with 1 additions and 8 deletions

View File

@ -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'