mirror of
https://github.com/gitnex-org/gitnex.git
synced 2026-07-16 01:50:11 -05:00
update libs and edit icon
This commit is contained in:
@@ -57,9 +57,9 @@ dependencies {
|
||||
|
||||
implementation fileTree(include: ['*.jar'], dir: 'libs')
|
||||
implementation 'androidx.appcompat:appcompat:1.4.1'
|
||||
implementation 'com.google.android.material:material:1.5.0'
|
||||
implementation 'com.google.android.material:material:1.6.0'
|
||||
implementation 'androidx.viewpager2:viewpager2:1.1.0-beta01'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.3'
|
||||
implementation 'androidx.constraintlayout:constraintlayout:2.1.4'
|
||||
implementation "androidx.legacy:legacy-support-v4:1.0.0"
|
||||
implementation "androidx.lifecycle:lifecycle-viewmodel:$lifecycle_version"
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
@@ -95,7 +95,7 @@ dependencies {
|
||||
implementation "io.noties.markwon:image-picasso:$markwon_version"
|
||||
implementation "com.github.HamidrezaAmz:BreadcrumbsView:0.2.9"
|
||||
//noinspection GradleDependency
|
||||
implementation 'commons-io:commons-io:2.11.0' // do not "upgrade" to 20030203.000550 - this was published over 15 years ago
|
||||
implementation 'commons-io:commons-io:2.11.0'
|
||||
implementation 'org.apache.commons:commons-lang3:3.12.0'
|
||||
implementation "com.github.chrisbanes:PhotoView:2.3.0"
|
||||
implementation "ch.acra:acra-mail:$acra"
|
||||
|
||||
@@ -4,17 +4,8 @@
|
||||
android:viewportWidth="24"
|
||||
android:viewportHeight="24">
|
||||
<path
|
||||
android:pathData="M12,20h9"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="?attr/iconsColor"
|
||||
android:strokeLineCap="round"/>
|
||||
<path
|
||||
android:pathData="M16.5,3.5a2.121,2.121 0,0 1,3 3L7,19l-4,1 1,-4L16.5,3.5z"
|
||||
android:strokeLineJoin="round"
|
||||
android:strokeWidth="2"
|
||||
android:fillColor="#00000000"
|
||||
android:strokeColor="?attr/iconsColor"
|
||||
android:strokeLineCap="round"/>
|
||||
android:fillColor="?attr/iconsColor"
|
||||
android:pathData="m16.6533,1.7224a2.7358,2.7594 0,0 1,3.8676 0l1.6977,1.7124a2.7358,2.7594 0,0 1,0 3.901L8.7587,20.9123c-0.3283,0.3311 -0.7347,0.574 -1.1818,0.7017L2.4946,23.0804A1.1725,1.1826 0,0 1,1.0454 21.6171L2.4977,16.4925A2.7358,2.7594 0,0 1,3.1933 15.2972L16.6533,1.7208ZM18.8638,3.3938a0.3908,0.3942 0,0 0,-0.5534 0l-1.9729,1.9915 2.2496,2.2706 1.9744,-1.9915a0.3908,0.3942 0,0 0,0 -0.5582zM16.9284,9.3274 L14.6788,7.0568 4.852,16.9702A0.3908,0.3942 0,0 0,4.7519 17.1405L3.8796,20.2201 6.9327,19.3402a0.3893,0.3926 0,0 0,0.1688 -0.1009z"
|
||||
android:strokeWidth="1.57004"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
||||
|
||||
Reference in New Issue
Block a user