Skip to content
This repository has been archived by the owner on May 11, 2023. It is now read-only.

Commit

Permalink
del version
Browse files Browse the repository at this point in the history
  • Loading branch information
zongbintu committed Aug 30, 2016
1 parent 5fcbccc commit 0498b5c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 13 deletions.
8 changes: 2 additions & 6 deletions fit-sample/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ android {
}

dependencies {
// compile 'com.github.2tu.fit:fit:0.1.1'
// apt 'com.github.2tu.fit:fit-compiler:0.1.1'
// compile 'com.github.2tu.fit:fit:0.0.5'
// apt 'com.github.2tu.fit:fit-compiler:0.0.5'
compile project(':fit')
apt project(':fit-compiler')
compile 'com.github.2tu.fit:fit:0.0.7'
apt 'com.github.2tu.fit:fit-compiler:0.0.7'
}
1 change: 1 addition & 0 deletions fit-sample/src/main/java/com/example/fit/MainActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class MainActivity extends Activity {

contentTextView.setText(Fit.get(this, User.class).toString());

//throw RuntimeException
//Fit.get(this, Address.class);
}
}
8 changes: 1 addition & 7 deletions fit/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,7 @@ android {

defaultConfig {
minSdkVersion rootProject.ext.minSdkVersion
versionCode 1
versionName "0.1.0"
}
buildTypes {
release {
consumerProguardFiles 'proguard-rules.pro'
}
consumerProguardFiles 'proguard-rules.pro'
}
}
dependencies {
Expand Down

0 comments on commit 0498b5c

Please sign in to comment.