Update APK

This commit is contained in:
Tanguy Herbron 2018-03-02 09:39:35 +01:00
parent f2be27467d
commit 55819c422e
3 changed files with 8 additions and 1 deletions

View File

@ -28,6 +28,7 @@ import android.security.keystore.KeyProperties;
import android.support.v4.app.ActivityCompat;
import android.support.v7.app.ActionBar;
import android.text.TextUtils;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
@ -221,6 +222,12 @@ public class SettingsActivity extends AppCompatPreferenceActivity {
}
}
@Override
protected void onResume() {
super.onResume();
Log.d("coinfolio", "Hello");
}
private void generateKey() throws FingerprintException
{
try {

Binary file not shown.

View File

@ -1 +1 @@
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"app-release.apk","properties":{"packageId":"com.nauk.coinfolio","split":"","minSdkVersion":"21"}}]
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":1},"path":"app-release.apk","properties":{"packageId":"com.nauk.coinfolio","split":"","minSdkVersion":"23"}}]