File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
packages/onyxsdk_pen_dummy/android Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,14 +2,14 @@ group 'com.example.onyxsdk_pen'
2
2
version ' 1.0-SNAPSHOT'
3
3
4
4
buildscript {
5
- ext. kotlin_version = ' 1.7.21 '
5
+ ext. kotlin_version = ' 1.9.10 '
6
6
repositories {
7
7
google()
8
8
mavenCentral()
9
9
}
10
10
11
11
dependencies {
12
- classpath ' com.android.tools.build:gradle:7 .1.3 '
12
+ classpath ' com.android.tools.build:gradle:8 .1.4 '
13
13
classpath " org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version "
14
14
}
15
15
}
@@ -36,7 +36,8 @@ apply plugin: 'com.android.library'
36
36
apply plugin : ' kotlin-android'
37
37
38
38
android {
39
- compileSdkVersion 31
39
+ namespace ' com.example.onyxsdk_pen'
40
+ compileSdk 34
40
41
41
42
compileOptions {
42
43
sourceCompatibility JavaVersion . VERSION_1_8
Original file line number Diff line number Diff line change 1
- <manifest xmlns : android =" http://schemas.android.com/apk/res/android"
2
- package =" com.example.onyxsdk_pen" >
1
+ <manifest xmlns : android =" http://schemas.android.com/apk/res/android" >
3
2
</manifest >
You can’t perform that action at this time.
0 commit comments