Skip to content

Commit

Permalink
Notepad 2.3.7 (release 1)
Browse files Browse the repository at this point in the history
* Bump version code for 2.3.7 release
  • Loading branch information
farmerbb committed Jan 12, 2021
1 parent 92ceae3 commit a2bc2c2
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
10 changes: 5 additions & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ repositories {
}

android {
compileSdkVersion 29
buildToolsVersion "29.0.3"
compileSdkVersion 30
buildToolsVersion "30.0.3"

defaultConfig {
applicationId "com.farmerbb.notepad"
minSdkVersion 14
targetSdkVersion 29
targetSdkVersion 30

versionCode 111
versionName "2.3.6"
versionCode 112
versionName "2.3.7"

resConfigs "en", "fr", "ko", "nl", "pl", "zh-rCN", "it", "de", "ru", "cs", "pt-rBR", "no", "zh-rTW", "ar", "tr", "el", "bn"
vectorDrawables.useSupportLibrary = true
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/layout/fragment_note_edit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@
android:paddingBottom="@dimen/padding_top_bottom"
android:paddingLeft="@dimen/padding_left_right"
android:paddingRight="@dimen/padding_left_right"
android:textColorHint="@color/text_color_hint" >
android:textColorHint="@color/text_color_hint"
android:background="@null" >

<requestFocus />
</EditText>
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
ext.kotlin_version = '1.4.10'
ext.kotlin_version = '1.4.21'
repositories {
google()
jcenter()
}

dependencies {
classpath 'com.android.tools.build:gradle:4.0.2'
classpath 'com.android.tools.build:gradle:4.1.1'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"

// NOTE: Do not place your application dependencies here; they belong
Expand All @@ -18,7 +18,7 @@ buildscript {

plugins {
id 'se.patrikerdes.use-latest-versions' version '0.2.15'
id 'com.github.ben-manes.versions' version '0.33.0'
id 'com.github.ben-manes.versions' version '0.36.0'
}

dependencyUpdates {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.8-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit a2bc2c2

Please sign in to comment.