Skip to content

Commit

Permalink
1.7.2 (Bug fixes)
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaqwert committed Jun 27, 2019
1 parent 76ab8fb commit a7bbe2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Binary file modified .idea/caches/build_file_checksums.ser
Binary file not shown.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
applicationId "ru.sccraft.scask"
minSdkVersion 17
targetSdkVersion 29
versionCode 22
versionName "1.7.1"
versionCode 23
versionName "1.7.2"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
2 changes: 1 addition & 1 deletion app/src/main/res/layout/activity_disable_ads.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:text="@string/getItFree"
android:onClick="restore"/>
android:onClick="getItFree"/>
</LinearLayout>

0 comments on commit a7bbe2f

Please sign in to comment.