We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20ce84a commit 6d86886Copy full SHA for 6d86886
app/build.gradle
@@ -1,14 +1,13 @@
1
apply plugin: 'com.android.library'
2
3
android {
4
- compileSdkVersion 29
+ compileSdkVersion 30
5
buildToolsVersion "25.0.2"
6
7
defaultConfig {
8
- minSdkVersion 19
9
- targetSdkVersion 29
10
- versionCode 1
11
- versionName "1.1"
+ targetSdkVersion 30
+ versionCode 2
+ versionName "0.3"
12
13
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
14
build.gradle
@@ -9,7 +9,6 @@ buildscript {
}
dependencies {
classpath 'com.android.tools.build:gradle:3.6.1'
- //classpath 'org.projectlombok:lombok:1.18.0'
// NOTE: Do not place your application dependencies here; they belong
15
// in the individual module build.gradle files
0 commit comments