Skip to content

Commit 9d36b69

Browse files
ivo.liondovivo.liondov
authored andcommitted
Add namespace to gradle build file
1 parent cfb573f commit 9d36b69

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

approov-service/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ plugins {
66
repositories {
77
mavenCentral()
88
google()
9-
jcenter()
109
}
1110

1211
android {
13-
compileSdkVersion 30
12+
namespace = 'io.approov.service.volley'
13+
compileSdk 34
1414

1515
defaultConfig {
16-
minSdkVersion 21
17-
targetSdkVersion 28
16+
minSdkVersion 23
17+
targetSdkVersion 34
1818
}
1919

2020
buildTypes {

0 commit comments

Comments
 (0)