We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c321f2d commit 37ba26aCopy full SHA for 37ba26a
app/build.gradle.kts
@@ -5,15 +5,15 @@ plugins {
5
6
android {
7
namespace = "com.xenon.calculator"
8
- compileSdk = 34
+ compileSdk = 35
9
10
11
defaultConfig {
12
applicationId = "com.xenon.calculator"
13
minSdk = 31
14
targetSdk = 34
15
- versionCode = 6
16
- versionName = "1.1.1"
+ versionCode = 1
+ versionName = "1.0.1"
17
18
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
19
}
@@ -47,7 +47,7 @@ android {
47
48
dependencies {
49
50
- implementation(libs.accesspoint)
+ implementation (libs.dinico414.xenon.commons)
51
implementation(libs.androidx.core.ktx)
52
implementation(libs.androidx.appcompat)
53
implementation(libs.material)
0 commit comments