Commit ff4860a 1 parent bb08c93 commit ff4860a Copy full SHA for ff4860a
File tree 5 files changed +8
-9
lines changed
5 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 10
10
* .iml
11
11
.idea /androidTestResultsUserPreferences.xml
12
12
.idea /compiler.xml
13
+ .idea /deploymentTargetSelector.xml
13
14
.idea /.name
14
15
.idea /git_toolbox_prj.xml
15
16
.idea /gradle.xml
Original file line number Diff line number Diff line change @@ -12,4 +12,5 @@ android.namespace = "io.github.ryunen344.glyph.compose"
12
12
13
13
dependencies {
14
14
api files(" ../Glyph-Developer-Kit/sdk/KetchumSDK_Community_20240307.jar" )
15
+ implementation projects. glyphKtx
15
16
}
Original file line number Diff line number Diff line change 1
1
android {
2
2
compileSdk = 34
3
3
defaultConfig {
4
- minSdk = 19
4
+ minSdk = 34
5
5
testInstrumentationRunner = " androidx.test.runner.AndroidJUnitRunner"
6
- multiDexEnabled = true
7
6
consumerProguardFile " consumer-rules.pro"
8
7
}
9
8
buildTypes {
@@ -16,10 +15,10 @@ android {
16
15
}
17
16
compileOptions {
18
17
coreLibraryDesugaringEnabled true
19
- sourceCompatibility = JavaVersion . VERSION_1_8
20
- targetCompatibility = JavaVersion . VERSION_1_8
18
+ sourceCompatibility = JavaVersion . VERSION_11
19
+ targetCompatibility = JavaVersion . VERSION_11
21
20
}
22
- kotlinOptions. jvmTarget = " 1.8 "
21
+ kotlinOptions. jvmTarget = " 11 "
23
22
publishing {
24
23
singleVariant(" release" ) {
25
24
withSourcesJar()
Original file line number Diff line number Diff line change 1
1
plugins {
2
- alias libs. plugins. com. android. library
2
+ alias libs. plugins. com. android. application
3
3
alias libs. plugins. org. jetbrains. kotlin. android
4
- alias libs. plugins. org. jetbrains. kotlinx. compatibility
5
4
}
6
5
7
6
apply from : rootProject. layout. projectDirectory. file(" gradle/android.gradle" )
Original file line number Diff line number Diff line change 1
1
plugins {
2
- alias libs. plugins. com. android. library
2
+ alias libs. plugins. com. android. application
3
3
alias libs. plugins. org. jetbrains. kotlin. android
4
- alias libs. plugins. org. jetbrains. kotlinx. compatibility
5
4
}
6
5
7
6
apply from : rootProject. layout. projectDirectory. file(" gradle/android.gradle" )
You can’t perform that action at this time.
0 commit comments