Skip to content

Commit dfafdbb

Browse files
Update build.gradle
1 parent afd0d08 commit dfafdbb

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

EditView/build.gradle

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
1-
apply plugin: 'com.android.library'
1+
plugins {
2+
id 'com.android.library'
3+
}
24

35
android {
4-
namespace 'modder.hub.editor.lib'
5-
compileSdkVersion 33
6+
namespace = "modder.hub.editor.lib"
7+
compileSdk = 33
68

79
defaultConfig {
8-
minSdkVersion 19
9-
targetSdkVersion 26
10+
minSdk = 19
1011
}
1112

1213
buildTypes {

0 commit comments

Comments
 (0)