Skip to content

Commit

Permalink
removing ndk and newest gradle for now
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleKun committed Apr 12, 2021
1 parent 9b6ac6a commit cc7151c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Record one second of your day, everyday.

<img src="/screenshots/Screenshot_1.png" width="250" height="500"> <img src="/screenshots/Screenshot_2.png" width="250" height="500">

## Download now
## Download Now - Coming Soon

<a href='https://play.google.com/store/apps/details?id=com.kylekun.one_second_diary&pcampaignid=pcampaignidMKT-Other-global-all-co-prtnr-py-PartBadge-Mar2515-1'><img alt='Get it on Google Play' src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png'/></a>

Expand Down
8 changes: 4 additions & 4 deletions android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def keystoreProperties = new Properties()
android {
compileSdkVersion 29

ndkVersion "22.1.7171670"
// ndkVersion "22.1.7171670"

sourceSets {
main.java.srcDirs += 'src/main/kotlin'
Expand All @@ -52,9 +52,9 @@ android {
versionCode flutterVersionCode.toInteger()
versionName flutterVersionName

ndk {
debugSymbolLevel 'SYMBOL_TABLE'
}
// ndk {
// debugSymbolLevel 'SYMBOL_TABLE'
// }
}

signingConfigs {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
}

dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
classpath 'com.android.tools.build:gradle:3.5.0'
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.2-all.zip

0 comments on commit cc7151c

Please sign in to comment.