Commit 4cb05dd8 authored by guest's avatar guest

签名

parent b46ca915
File added
...@@ -21,10 +21,10 @@ android { ...@@ -21,10 +21,10 @@ android {
} }
signingConfigs { signingConfigs {
realse { realse {
storeFile file('../smartcl.jks') storeFile file('../ac.jks')
storePassword '123456' storePassword 'ac123456'
keyAlias 'key0' keyAlias 'ac'
keyPassword '123456' keyPassword 'ac123456'
} }
} }
buildTypes { buildTypes {
......
...@@ -26,7 +26,7 @@ ...@@ -26,7 +26,7 @@
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_gravity="center_vertical|start" android:layout_gravity="center_vertical|start"
android:layout_marginStart="16dp" android:layout_marginStart="16dp"
android:text="@string/app_name" android:text="File Recovery"
android:textSize="19sp" android:textSize="19sp"
android:textStyle="bold" /> android:textStyle="bold" />
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment