Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -29,15 +29,15 @@ android { | @@ -29,15 +29,15 @@ android { | ||
| 29 | namespace 'dev.steenbakker.mobile_scanner' | 29 | namespace 'dev.steenbakker.mobile_scanner' |
| 30 | } | 30 | } |
| 31 | 31 | ||
| 32 | - compileSdk 34 | 32 | + compileSdk 33 |
| 33 | 33 | ||
| 34 | compileOptions { | 34 | compileOptions { |
| 35 | - sourceCompatibility JavaVersion.VERSION_17 | ||
| 36 | - targetCompatibility JavaVersion.VERSION_17 | 35 | + sourceCompatibility JavaVersion.VERSION_1_8 |
| 36 | + targetCompatibility JavaVersion.VERSION_1_8 | ||
| 37 | } | 37 | } |
| 38 | 38 | ||
| 39 | kotlinOptions { | 39 | kotlinOptions { |
| 40 | - jvmTarget = '17' | 40 | + jvmTarget = '1.8' |
| 41 | } | 41 | } |
| 42 | 42 | ||
| 43 | sourceSets { | 43 | sourceSets { |
-
Please register or login to post a comment