upd: upload gambar

Deskripsi:
- test upload gambar di login

NO Issues
This commit is contained in:
amel
2025-05-19 10:30:32 +08:00
parent cb8df3469e
commit 5e3b7976e5
30 changed files with 1029 additions and 12646 deletions

View File

@@ -6,9 +6,9 @@ buildscript {
minSdkVersion = Integer.parseInt(findProperty('android.minSdkVersion') ?: '24')
compileSdkVersion = Integer.parseInt(findProperty('android.compileSdkVersion') ?: '35')
targetSdkVersion = Integer.parseInt(findProperty('android.targetSdkVersion') ?: '34')
kotlinVersion = findProperty('android.kotlinVersion') ?: '1.9.25'
kotlinVersion = findProperty('android.kotlinVersion') ?: '2.0.21'
ndkVersion = "26.1.10909125"
ndkVersion = "27.1.12297006"
}
repositories {
google()