@@ -5,7 +5,7 @@ android {
55 compileSdkVersion rootProject. ext. compileSdkVersion
66 defaultConfig {
77 applicationId " omega_r.com.omegatypesexample"
8- minSdkVersion 14
8+ minSdkVersion 21
99 targetSdkVersion rootProject. ext. targetSdkVersion
1010 versionCode 1
1111 versionName " 1.0"
@@ -17,20 +17,29 @@ android {
1717 proguardFiles getDefaultProguardFile(' proguard-android.txt' ), ' proguard-rules.pro'
1818 }
1919 }
20+ namespace ' omega_r.com.omegatypesexample'
21+
22+ compileOptions {
23+ sourceCompatibility JavaVersion . VERSION_17
24+ targetCompatibility JavaVersion . VERSION_17
25+ }
26+
2027}
2128
29+
30+
2231dependencies {
2332 implementation fileTree(dir : ' libs' , include : [' *.jar' ])
2433 implementation " org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version "
2534 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-core:${ kotlinCorutines_version} "
2635 implementation " org.jetbrains.kotlinx:kotlinx-coroutines-android:${ kotlinCorutines_version} "
2736
28- implementation ' androidx.appcompat:appcompat:1.1.0-alpha01 '
37+ implementation ' androidx.appcompat:appcompat:1.6.0 '
2938
3039 api project(' :omegatypes' )
3140 api project(' :glide' )
3241
33- testImplementation ' junit:junit:4.12 '
34- androidTestImplementation ' androidx.test:runner:1.1 .1'
35- androidTestImplementation ' androidx.test.espresso:espresso-core:3.1 .1'
42+ testImplementation ' junit:junit:4.13.2 '
43+ androidTestImplementation ' androidx.test:runner:1.6 .1'
44+ androidTestImplementation ' androidx.test.espresso:espresso-core:3.6 .1'
3645}
0 commit comments