updata version

This commit is contained in:
inxtes
2022-01-04 10:13:39 +08:00
parent 88cfc4eed4
commit 9d73150a95
5 changed files with 8 additions and 8 deletions
+1
View File
@@ -20,6 +20,7 @@
<entry key="app/src/main/res/layout/activity_login.xml" value="0.21770833333333334" />
<entry key="app/src/main/res/layout/activity_main.xml" value="0.4" />
<entry key="app/src/main/res/layout/activity_pic.xml" value="0.1" />
<entry key="app/src/main/res/layout/fav_tag_item_layout.xml" value="0.30027173913043476" />
<entry key="app/src/main/res/layout/img_item_layout.xml" value="0.3066123188405797" />
<entry key="app/src/main/res/layout/item_layout.xml" value="0.1625" />
<entry key="app/src/main/res/layout/nav_header.xml" value="0.1" />
+4 -4
View File
@@ -11,8 +11,8 @@ android {
applicationId "com.lsper.view"
minSdkVersion 25
targetSdkVersion 32
versionCode 110101
versionName "1.2.3"
versionCode 1101010
versionName "1.2.4"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}
@@ -43,14 +43,14 @@ dependencies {
implementation ('com.squareup.retrofit2:retrofit:2.9.0')
implementation ('com.squareup.retrofit2:converter-gson:2.9.0')
implementation 'com.github.bumptech.glide:glide:4.12.0'
implementation 'androidx.preference:preference:1.1.1'
implementation 'androidx.preference:preference-ktx:1.1.1'
annotationProcessor 'com.github.bumptech.glide:compiler:4.12.0'
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
implementation 'androidx.core:core-ktx:1.7.0'
implementation 'androidx.appcompat:appcompat:1.4.0'
implementation 'com.google.android.material:material:1.4.0'
implementation 'androidx.constraintlayout:constraintlayout:2.1.2'
testImplementation 'junit:junit:4.+'
testImplementation 'junit:junit:'
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'
}
Binary file not shown.
+2 -2
View File
@@ -11,8 +11,8 @@
"type": "SINGLE",
"filters": [],
"attributes": [],
"versionCode": 110101,
"versionName": "1.2.3",
"versionCode": 1101010,
"versionName": "1.2.4",
"outputFile": "app-release.apk"
}
],
@@ -278,10 +278,9 @@ class PicActivity : AppCompatActivity() {
return false
}
}
manager.flexWrap = FlexWrap.WRAP
manager.flexDirection = FlexDirection.ROW
manager.alignItems = AlignItems.CENTER
manager.justifyContent = JustifyContent.FLEX_START
return manager
}