25 lines
388 B
Groovy
25 lines
388 B
Groovy
plugins {
|
|
id "com.android.application"
|
|
}
|
|
|
|
android {
|
|
namespace "su.cin.rapvpn"
|
|
compileSdk 35
|
|
|
|
buildFeatures {
|
|
buildConfig true
|
|
}
|
|
|
|
defaultConfig {
|
|
applicationId "su.cin.rapvpn"
|
|
minSdk 26
|
|
targetSdk 35
|
|
versionCode 64
|
|
versionName "0.2.64"
|
|
}
|
|
}
|
|
|
|
dependencies {
|
|
implementation "com.squareup.okhttp3:okhttp:4.12.0"
|
|
}
|