Skip to content

Commit 269671f

Browse files
committed
[~] Убрал нативную рекламу
1 parent 478e38c commit 269671f

3 files changed

Lines changed: 4 additions & 3 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ android {
1010
applicationId "ru.plumsoftware.notebook"
1111
minSdk 22
1212
targetSdk 34
13-
versionCode 21
14-
versionName "1.5.2"
13+
versionCode 22
14+
versionName "1.5.2.1"
1515

1616
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1717
}

app/src/main/java/ru/plumsoftware/notebook/adapters/NoteAdapter.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ public void onInitializationCompleted() {
103103
});
104104

105105
//Ads
106-
if (position == 2 || position == 5 || position == 8 || position == 11 || position == 14) {
106+
// if (position == 2 || position == 5 || position == 8 || position == 11 || position == 14) {
107+
if (position == -1) {
107108

108109
holder.adsCard.setVisibility(View.GONE);
109110

private_key.pepk

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)