Skip to content

Commit

Permalink
ScAsk
Browse files Browse the repository at this point in the history
  • Loading branch information
sashaqwert committed Apr 10, 2018
1 parent 06c1cf5 commit 37abbc3
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 12 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 27
versionCode 15
versionName "1.2dev2"
versionCode 16
versionName "1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
vectorDrawables.useSupportLibrary = true
}
Expand Down
13 changes: 4 additions & 9 deletions app/src/main/res/layout/activity_about.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,7 @@
android:textSize="36sp"
android:textStyle="normal|bold"
android:text="@string/app_name" />
<TextView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:textAlignment="center"
android:text=" Copyright © ScCraft 2015-2018"
android:textSize="18sp" />

<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
Expand Down Expand Up @@ -92,12 +87,12 @@
android:text="@string/viewLicense" />

<Button
style="@style/Widget.AppCompat.Button.Borderless.Colored"
style="@style/Widget.AppCompat.Button.Borderless"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center_horizontal"
android:text="@string/sourceCode"
android:onClick="viewSourceCode"/>
android:onClick="viewSourceCode"
android:text="@string/sourceCode" />
</LinearLayout>
</ScrollView>

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.0'
classpath 'com.android.tools.build:gradle:3.1.1'


// NOTE: Do not place your application dependencies here; they belong
Expand Down

0 comments on commit 37abbc3

Please sign in to comment.