Skip to content

Commit 9097644

Browse files
committed
onyxsdk_pen_dummy: update gradle
1 parent 7709eab commit 9097644

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

packages/onyxsdk_pen_dummy/android/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ group 'com.example.onyxsdk_pen'
22
version '1.0-SNAPSHOT'
33

44
buildscript {
5-
ext.kotlin_version = '1.7.21'
5+
ext.kotlin_version = '1.9.10'
66
repositories {
77
google()
88
mavenCentral()
99
}
1010

1111
dependencies {
12-
classpath 'com.android.tools.build:gradle:7.1.3'
12+
classpath 'com.android.tools.build:gradle:8.1.4'
1313
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
1414
}
1515
}
@@ -36,7 +36,8 @@ apply plugin: 'com.android.library'
3636
apply plugin: 'kotlin-android'
3737

3838
android {
39-
compileSdkVersion 31
39+
namespace 'com.example.onyxsdk_pen'
40+
compileSdk 34
4041

4142
compileOptions {
4243
sourceCompatibility JavaVersion.VERSION_1_8
Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
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">
32
</manifest>

0 commit comments

Comments
 (0)