File tree Expand file tree Collapse file tree 2 files changed +16
-5
lines changed
src/main/java/a/gautham/statusdownloader Expand file tree Collapse file tree 2 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 11apply plugin : ' com.android.application'
22
33android {
4+ signingConfigs {
5+ release {
6+ storeFile file(' E:\\ 000Gautham\\ Documents\\ Documents\\ 0000TEMP\\ mellow_rjsweets.jks' )
7+ storePassword ' agav0012'
8+ keyAlias = ' gautham'
9+ keyPassword ' agav0012'
10+ }
11+ }
412 compileSdkVersion 29
513 buildToolsVersion " 29.0.3"
614
@@ -10,8 +18,11 @@ android {
1018 targetSdkVersion 29
1119 versionCode 3
1220 versionName " 3.0"
13-
21+ Date date = new Date ()
22+ String d = date. format(' _ddMMYYYY' )
23+ setProperty(" archivesBaseName" , " WhatsApp_Status_Downloader_v$versionName $d " )
1424 testInstrumentationRunner " androidx.test.runner.AndroidJUnitRunner"
25+ signingConfig signingConfigs. release
1526 }
1627
1728 buildTypes {
Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ public void onTabReselected(TabLayout.Tab tab) {
8686 public boolean onCreateOptionsMenu (Menu menu ) {
8787 getMenuInflater ().inflate (R .menu .main_menu , menu );
8888
89- if (menu instanceof MenuBuilder ){
90- MenuBuilder m = (MenuBuilder ) menu ;
91- m .setOptionalIconsVisible (true );
92- }
89+ if (menu instanceof MenuBuilder ){
90+ MenuBuilder m = (MenuBuilder ) menu ;
91+ m .setOptionalIconsVisible (true );
92+ }
9393 return true ;
9494 }
9595
You can’t perform that action at this time.
0 commit comments