Skip to content

Commit 4c79d6c

Browse files
syntax changes
1 parent fc66669 commit 4c79d6c

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

app/build.gradle

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,18 @@
1-
apply plugin: 'com.android.application'
1+
plugins {
2+
id 'com.android.application'
3+
}
24

35
android {
4-
compileSdkVersion 35
6+
compileSdk 35
7+
namespace "in.eko.uidai_rdservice_manager_lib"
58
buildToolsVersion "30.0.2"
69

710
defaultConfig {
811
applicationId "in.eko.uidai_rdservice_manager_lib"
9-
minSdkVersion 16
10-
targetSdkVersion 35
1112
versionCode 1
1213
versionName "1.0"
14+
minSdk 21
15+
targetSdk 35
1316

1417
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1518
}

0 commit comments

Comments
 (0)