Skip to content

Commit c0b418f

Browse files
committed
Prepare v1.2.0
1 parent 22cb587 commit c0b418f

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

app/build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ android {
3636
applicationId = "com.openappslabs.fiveg"
3737
minSdk = 29
3838
targetSdk = 36
39-
versionCode = 3
40-
versionName = "1.1.1"
39+
versionCode = 4
40+
versionName = "1.2.0"
4141

4242
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"
4343
}
@@ -100,4 +100,4 @@ dependencies {
100100

101101
// Serialization
102102
implementation(libs.kotlinx.serialization.json)
103-
}
103+
}
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
### 1.2.0
2+
3+
**Changes:**
4+
- Minor UI UX revamp

0 commit comments

Comments
 (0)