Skip to content

Commit 01dfa3a

Browse files
committed
Release 2.0.0
1 parent fb4b52e commit 01dfa3a

File tree

4 files changed

+3
-11
lines changed

4 files changed

+3
-11
lines changed

app/release/output.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"outputType":{"type":"APK"},"apkInfo":{"type":"MAIN","splits":[],"versionCode":12},"path":"app-release.apk","properties":{"packageId":"com.instify.android","split":"","minSdkVersion":"16"}}]

app/src/main/java/com/instify/android/app/AppController.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ public static synchronized AppController getInstance() {
8080
// set in-app defaults
8181
Map<String, Object> remoteConfigDefaults = new HashMap();
8282
remoteConfigDefaults.put(ForceUpdateChecker.KEY_UPDATE_REQUIRED, false);
83-
remoteConfigDefaults.put(ForceUpdateChecker.KEY_CURRENT_VERSION, "1.3.0");
83+
remoteConfigDefaults.put(ForceUpdateChecker.KEY_CURRENT_VERSION, "2.0.0");
8484
remoteConfigDefaults.put(ForceUpdateChecker.KEY_UPDATE_URL,
8585
"https://play.google.com/store/apps/details?id=com.instify.android");
8686

app/src/main/java/com/instify/android/ux/AboutActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ public class AboutActivity extends AppCompatActivity {
2727

2828
View aboutPage = new AboutPage(this).isRTL(false)
2929
.setDescription(
30-
"This app is developed by : Abhishek Uniyal, Arjun Mahishi, Somnath, Chandan Singh and Vijay Krishna"
30+
"This app is developed by : Abhishek Uniyal, Vijay Krishna, Arjun Mahishi, Somnath and Chandan Singh"
3131
+ "\n\nSpecial thanks to : Ankur, Trishansh")
3232
.setImage(R.drawable.ic_logo_96dp)
3333
.addItem(new Element().setTitle("Version 2.0.0"))

app/src/main/res/drawable/ic_action_camera.xml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)