Skip to content
This repository has been archived by the owner on Jan 22, 2023. It is now read-only.

Commit

Permalink
remove license verification
Browse files Browse the repository at this point in the history
  • Loading branch information
klinker24 committed Aug 30, 2021
1 parent 5a29b31 commit 072c09a
Show file tree
Hide file tree
Showing 25 changed files with 1 addition and 2,829 deletions.
1 change: 0 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ dependencies {

implementation project(':searchview')
implementation project(':shared_assets')
implementation project(':lvl')
}

apply plugin: 'com.google.gms.google-services'
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@
import com.klinker.android.twitter_l.activities.main_fragments.MainFragment;
import com.klinker.android.twitter_l.activities.setup.material_login.MaterialLogin;
import com.klinker.android.twitter_l.activities.setup.TutorialActivity;
import com.klinker.android.twitter_l.utils.LvlCheck;
import com.klinker.android.twitter_l.utils.NotificationUtils;
import com.klinker.android.twitter_l.utils.PermissionModelUtils;
import com.klinker.android.twitter_l.utils.UpdateUtils;
Expand Down Expand Up @@ -526,8 +525,6 @@ public void onStart() {

UpdateUtils.checkUpdate(this);

LvlCheck.check(this, true);

if (sharedPrefs.getBoolean("force_reverse_click", true)) {
sharedPrefs.edit().putBoolean("reverse_click_option", false)
.putBoolean("force_reverse_click", false)
Expand Down
86 changes: 0 additions & 86 deletions app/src/main/java/com/klinker/android/twitter_l/utils/LvlCheck.kt

This file was deleted.

17 changes: 0 additions & 17 deletions lvl/build.gradle

This file was deleted.

20 changes: 0 additions & 20 deletions lvl/src/main/AndroidManifest.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 072c09a

Please sign in to comment.