equal
deleted
inserted
replaced
11 compileSdk = compileSdkInt |
11 compileSdk = compileSdkInt |
12 namespace = "com.geekorum.geekdroid.firebase" |
12 namespace = "com.geekorum.geekdroid.firebase" |
13 |
13 |
14 defaultConfig { |
14 defaultConfig { |
15 minSdk = 24 |
15 minSdk = 24 |
16 } |
|
17 compileOptions { |
|
18 sourceCompatibility(JavaVersion.VERSION_11) |
|
19 targetCompatibility(JavaVersion.VERSION_11) |
|
20 } |
16 } |
21 |
17 |
22 buildTypes { |
18 buildTypes { |
23 getByName("release") { |
19 getByName("release") { |
24 isMinifyEnabled = false |
20 isMinifyEnabled = false |
46 } |
42 } |
47 } |
43 } |
48 } |
44 } |
49 |
45 |
50 kotlin { |
46 kotlin { |
51 jvmToolchain(11) |
47 jvmToolchain(17) |
52 } |
48 } |
53 |
49 |
54 |
50 |
55 dependencies { |
51 dependencies { |
56 implementation(platform(kotlin("bom"))) |
52 implementation(platform(kotlin("bom"))) |