Update: 2026-05-16 19:55:52

This commit is contained in:
Hamza-Ayed
2026-05-16 19:55:52 +03:00
parent cfb397059c
commit 21adfb8eb1
10 changed files with 4 additions and 4 deletions

View File

@@ -27,8 +27,8 @@ android {
applicationId = "com.jordanbot.autoride"
minSdk = 26
targetSdk = 34
versionCode = 1
versionName = "1.0.0"
versionCode = 2
versionName = "1.0.1"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
buildConfigField("String", "API_KEY", apiKey)