We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc66669 commit 4c79d6cCopy full SHA for 4c79d6c
1 file changed
app/build.gradle
@@ -1,15 +1,18 @@
1
-apply plugin: 'com.android.application'
+plugins {
2
+ id 'com.android.application'
3
+}
4
5
android {
- compileSdkVersion 35
6
+ compileSdk 35
7
+ namespace "in.eko.uidai_rdservice_manager_lib"
8
buildToolsVersion "30.0.2"
9
10
defaultConfig {
11
applicationId "in.eko.uidai_rdservice_manager_lib"
- minSdkVersion 16
- targetSdkVersion 35
12
versionCode 1
13
versionName "1.0"
14
+ minSdk 21
15
+ targetSdk 35
16
17
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
18
}
0 commit comments