Compare commits
19
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ddc754ec25 | ||
|
|
134a0766d6 | ||
|
|
69da932ab5 | ||
|
|
592fb6328a | ||
|
|
a0aead6491 | ||
|
|
722b6cc06d | ||
|
|
6d7c4b40f6 | ||
|
|
f538ed39fc | ||
|
|
65821492ad | ||
|
|
6ede718a9f | ||
|
|
f1757937a4 | ||
|
|
2bd2e0a953 | ||
|
|
b5aef28af0 | ||
|
|
45747a1506 | ||
|
|
c6e2e08bcb | ||
|
|
25bf18661e | ||
|
|
6b088dcd24 | ||
|
|
d2b18e1880 | ||
|
|
eec7c94e98 |
+2
-2
@@ -67,7 +67,7 @@ android {
|
||||
buildTypes {
|
||||
release {
|
||||
minifyEnabled true
|
||||
shrinkResources true
|
||||
shrinkResources false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'),
|
||||
'proguard-rules.pro'
|
||||
}
|
||||
@@ -112,7 +112,7 @@ dependencies {
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.0.0-alpha2'
|
||||
|
||||
//multidex
|
||||
implementation 'androidx.multidex:multidex:2.0.0'
|
||||
implementation 'androidx.multidex:multidex:2.0.1'
|
||||
|
||||
// About
|
||||
implementation('com.mikepenz:aboutlibraries:6.2.0@aar') {
|
||||
|
500 Internal Server Error
Gitea Version: 1.28.0+dev-210-gd87d26d735 | ||||