Commit 7615a82a authored by Ahmad Abi Mulya's avatar Ahmad Abi Mulya

create class for check db local in web

parents 7eabef3c 8a1a5740
......@@ -18,6 +18,7 @@
android:label="@string/app_name"
android:roundIcon="@mipmap/ic_launcher_round"
android:supportsRtl="true"
android:name=".CashierApp"
android:theme="@style/AppTheme2">
<activity
android:name=".activities.SkActivity"
......
......@@ -10,4 +10,4 @@ public class CashierApp extends Application {
super.onCreate();
Stetho.initializeWithDefaults(this);
}
}
\ No newline at end of file
}
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