plugins { id 'com.android.application' } android { namespace 'com.lerist.fakelocation' compileSdk 36 defaultConfig { applicationId "com.lerist.fakelocation" minSdk 26 targetSdk 34 versionCode 1675 versionName "1.3.10-gps" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" vectorDrawables { useSupportLibrary true } } buildTypes { release { minifyEnabled false proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' } debug { debuggable true } } compileOptions { sourceCompatibility JavaVersion.VERSION_17 targetCompatibility JavaVersion.VERSION_17 } buildFeatures { buildConfig true } } dependencies { implementation 'androidx.appcompat:appcompat:1.7.0' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.activity:activity:1.9.3' implementation 'androidx.constraintlayout:constraintlayout:2.2.0' implementation 'androidx.recyclerview:recyclerview:1.3.2' implementation 'org.osmdroid:osmdroid-android:6.1.20' }