Skip to content

Commit

Permalink
1. 1.1.2 update
Browse files Browse the repository at this point in the history
  • Loading branch information
cookiegon committed Oct 29, 2019
1 parent c8e3479 commit dcf153d
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 28 deletions.
2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 1 addition & 5 deletions app/build.gradle
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
//apply plugin: 'com.android.application'
apply plugin: 'com.android.library'

android {
compileSdkVersion 28
defaultConfig {
// applicationId "ck.ckseekbar"
minSdkVersion 16
targetSdkVersion 28
versionCode 1
versionName "1.1.1"
versionName "1.1.2"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand All @@ -26,8 +24,6 @@ dependencies {
testImplementation 'junit:junit:4.12'
androidTestImplementation 'com.android.support.test:runner:1.0.2'
androidTestImplementation 'com.android.support.test.espresso:espresso-core:3.0.2'


}


Expand Down
21 changes: 0 additions & 21 deletions app/src/main/java/ck/sample/ActivitySample.java

This file was deleted.

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-4.6-all.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-4.6-all.zip

0 comments on commit dcf153d

Please sign in to comment.