Skip to content

Commit 37ba26a

Browse files
authored
migrate build.gradle.kts to jitpack
1 parent c321f2d commit 37ba26a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle.kts

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ plugins {
55

66
android {
77
namespace = "com.xenon.calculator"
8-
compileSdk = 34
8+
compileSdk = 35
99

1010

1111
defaultConfig {
1212
applicationId = "com.xenon.calculator"
1313
minSdk = 31
1414
targetSdk = 34
15-
versionCode = 6
16-
versionName = "1.1.1"
15+
versionCode = 1
16+
versionName = "1.0.1"
1717

1818
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
1919
}
@@ -47,7 +47,7 @@ android {
4747

4848
dependencies {
4949

50-
implementation(libs.accesspoint)
50+
implementation (libs.dinico414.xenon.commons)
5151
implementation(libs.androidx.core.ktx)
5252
implementation(libs.androidx.appcompat)
5353
implementation(libs.material)

0 commit comments

Comments
 (0)