Skip to content

Commit 0820727

Browse files
committed
Merge branch 'new_ui'
2 parents 7c590e0 + f976a4c commit 0820727

23 files changed

Lines changed: 3994 additions & 329 deletions

pos_android_studio_demo/pos_android_app/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,9 @@ android {
3131
applicationId "com.dspread.pos_android_app"
3232
minSdk 24
3333
targetSdk 34
34-
versionCode 118
35-
versionName "8.2.0-2512151409"
34+
versionCode 119
35+
versionName "8.2.0-2512231430"
3636
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
37-
3837
ndk {
3938
// Set up supported SO library architecture
4039
abiFilters 'armeabi-v7a', 'arm64-v8a' //'x86', 'x86_64'
@@ -127,4 +126,6 @@ dependencies {
127126
implementation 'com.airbnb.android:lottie:6.1.0'
128127
implementation 'androidx.swiperefreshlayout:swiperefreshlayout:1.1.0'
129128
implementation 'androidx.viewpager2:viewpager2:1.0.0'
129+
implementation "androidx.room:room-runtime:2.5.0"
130+
annotationProcessor "androidx.room:room-compiler:2.5.0"
130131
}

0 commit comments

Comments
 (0)