diff --git a/.gitignore b/.gitignore index 518fa84..596ff87 100644 --- a/.gitignore +++ b/.gitignore @@ -10,3 +10,4 @@ app/release/app-release.apk app/src/main/java/com/shunzhi/parent/DataBaseTestActivity.java app/src/main/res/layout/activity_data_base_test.xml +buildData.txt diff --git a/app/libs/processor.jar b/app/libs/processor.jar index 6bc1791..486ef7a 100644 Binary files a/app/libs/processor.jar and b/app/libs/processor.jar differ diff --git a/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java b/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java index 4e171da..7c38bb6 100644 --- a/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java +++ b/app/src/main/java/com/shunzhi/parent/annotation/VersionTest.java @@ -3,12 +3,12 @@ package com.shunzhi.parent.annotation; import org.shunzhi.processorlibs.AddColumn; public class VersionTest { - @AddColumn(version = 3, tableName = "test", type = "String", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "String") private String name; - @AddColumn(version = 3, tableName = "test", type = "Integer", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "Integer") Integer age; - @AddColumn(version = 3, tableName = "test", type = "Boolean", isDebug = true) + @AddColumn(version = 3, tableName = "test", type = "Boolean") Boolean area; } -- libgit2 0.21.0