mirror of
https://github.com/Nezumi-2711/PRM392.git
synced 2026-09-22 13:48:29 +00:00
Update APK
This commit is contained in:
@@ -10,7 +10,7 @@ android {
|
||||
minSdk 23
|
||||
targetSdk 30
|
||||
versionCode 1
|
||||
versionName "86.0"
|
||||
versionName "87.0"
|
||||
|
||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
|
||||
@@ -304,7 +304,7 @@ public class Home extends AppCompatActivity implements NavigationView.OnNavigati
|
||||
// This @DownloadApk class is provided by our library
|
||||
// Pass the Context when creating object of DownloadApk
|
||||
|
||||
String url = "https://github.com/Nezumi2711/PRM392/raw/main/Foodify/app/debug/app-debug.apk";
|
||||
String url = "https://github.com/Nezumi2711/PRM392/raw/main/app-debug.apk";
|
||||
DownloadApk downloadApk = new DownloadApk(Home.this);
|
||||
downloadApk.startDownloadingApk(url);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user